- 3d8d5b2 mesa: Restore 78-column wrapping of license text in C-style comments. by Kenneth Graunke · 12 years ago
- 96ff2ed mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. by Kenneth Graunke · 12 years ago
- ca29382 mesa: Change "BRIAN PAUL OR IBM" to "THE AUTHORS" in license text. by Kenneth Graunke · 12 years ago
- dd404bc mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. by Kenneth Graunke · 12 years ago
- cab19ec mesa: make _mesa_save_vtxfmt_init() static by Brian Paul · 12 years ago
- f74da3e mesa: use new _mesa_inside_dlist_begin_end() function by Brian Paul · 12 years ago
- 976b529 mesa: use new _mesa_inside_begin_end() function by Brian Paul · 12 years ago
- 9a32203 mesa: remove unused opcodes AND, DP2A, NOT, NRM3, NRM4, OR, PRINT, XOR by Marek Olšák · 12 years ago
- 3140d13 mesa: don't flush vertices and don't flag _NEW_COLOR in ClearColor, ClearIndex by Marek Olšák · 12 years ago
- 9f39852 mesa: don't flush vertices and don't flag _NEW_COLOR for GL_CLAMP_READ_COLOR by Marek Olšák · 12 years ago
- 43dac27 mesa: don't flag _NEW_DEPTH in Begin/EndQuery if driver implements the functions by Marek Olšák · 12 years ago
- 629813d mesa: don't flush vertices and don't flag _NEW_DEPTH in ClearDepth by Marek Olšák · 12 years ago
- 3975f52 mesa: don't flush and don't flag _NEW_STENCIL in ClearStencil, ActiveStencilFace by Marek Olšák · 12 years ago
- 1e3b422 mesa: don't set _NEW_BUFFERS in GenerateMipmap and BlitFramebuffer by Marek Olšák · 12 years ago
- d883d00 mesa: remove _NEW_PACKUNPACK by Marek Olšák · 12 years ago
- 99bd76d mesa: convert _NEW_RASTERIZER_DISCARD to a driver flag by Marek Olšák · 12 years ago
- b95cbe5 mesa,i965: use NewDriverState to communicate TFB state changes with the driver by Marek Olšák · 12 years ago
- ef39bc4 mesa: remove redundant _NEW_BUFFERS setting in ReadBuffer by Marek Olšák · 12 years ago
- 5649f88 st/mesa: add a simple path to BufferData if it only discards buffer contents by Marek Olšák · 12 years ago
- d23c745 st/mesa: depth-stencil-alpha state also depends on _NEW_BUFFERS by Marek Olšák · 12 years ago
- 2737abb gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel_center. by José Fonseca · 12 years ago
- b692076 r600g: initialize CMASK and HTILE with the GPU using streamout by Marek Olšák · 12 years ago
- 1ba46bb gallium/u_blitter: implement buffer clearing by Marek Olšák · 12 years ago
- edd90a1 r600/llvm: Read stacksize from config header by Vincent Lejeune · 12 years ago
- a7f73f5 /bin/bash: q : commande introuvable by Vincent Lejeune · 12 years ago
- a0c8942 radeon/llvm: Fix build with LLVM >= r180063 by Tom Stellard · 12 years ago
- ead4db4 gallivm: Fix build with LLVM >= r180063 by Tom Stellard · 12 years ago
- 1fb8c3c draw: use the prim count for ia primitives by Zack Rusin · 12 years ago
- 76587d2 tgsi/scan: set correct input limits for geometry shader by Zack Rusin · 12 years ago
- 913ed25 draw: add code to reset instance dependent data by Zack Rusin · 12 years ago
- 2aad068 softpipe: fix streamout with an emptry geometry shader by Zack Rusin · 12 years ago
- 7be536b i965/fs: Don't save value returned by emit() if it's not used. by Matt Turner · 12 years ago
- 4d5827e mesa: Remove extra MapBufferRange in create_beginend_table() by Brian Paul · 12 years ago
- 7c1bf8e gallium: Add a new clip_halfz rasterizer state. by José Fonseca · 12 years ago
- 95c8382 i965: Fix a mistake in the comments for software counters. by Kenneth Graunke · 12 years ago
- c053886 gallivm: Fix assignment of unsigned values to OUT register. by José Fonseca · 12 years ago
- ec646e4 i965: Apply CMP NULL {Switch} work-around to other Gen7s. by Matt Turner · 12 years ago
- 6654b9d st/mesa: minor indentation fixes by Brian Paul · 12 years ago
- 47c0b5e mesa: Introduce a globally-available minify() macro. by Eric Anholt · 12 years ago
- 1842dd0 mesa: Generalize TexStorage allocator between swrast and intel. by Eric Anholt · 12 years ago
- e86170c mesa: Add performance debug for meta code. by Eric Anholt · 12 years ago
- cbe8b75 intel: Mention how much data we're trying to subdata in perf debug. by Eric Anholt · 12 years ago
- 9fb5b2f Revert "gallivm: Emit vector selects." by José Fonseca · 12 years ago
- d8a4c4c llvmpipe: verify function on blend test. by José Fonseca · 12 years ago
- a79990b llvmpipe: Don't support Z32_FLOAT_S8X24_UINT texture sampling support either. by José Fonseca · 12 years ago
- c08b049 llvmpipe: Ignore depth-stencil state if format has no depth/stencil. by José Fonseca · 12 years ago
- f701a5a gallivm: Disable LLVM 2.7 workaround on other versions. by José Fonseca · 12 years ago
- 1e266c7 gallivm: Emit vector selects. by José Fonseca · 12 years ago
- 26b39df freedreno: move ir -> ir2 by Rob Clark · 12 years ago
- d813479 freedreno: cleanup some cruft left over from fdre by Rob Clark · 12 years ago
- 85974e5 gallivm: implement switch opcode by Roland Scheidegger · 12 years ago
- 8f5d428 gallivm: use uint build context for mask instead of float by Roland Scheidegger · 12 years ago
- 107550e gallivm/tgsi: fix up breakc by Roland Scheidegger · 12 years ago
- e8d1b26 svga: remove TGSI_OPCODE_BREAKC instruction translation by Roland Scheidegger · 12 years ago
- 7945791 gallium: document breakc and switch/case/default/endswitch by Roland Scheidegger · 12 years ago
- 443950c gallivm: increase nesting limit to 66 by Roland Scheidegger · 12 years ago
- 12eab7c draw: implement primitive assembler by Zack Rusin · 12 years ago
- e4752d0 util/prim: fix decomposed counts for adjacency primitives by Zack Rusin · 12 years ago
- c129920 draw/so: uses the correct index with the pre clipped coordinates by Zack Rusin · 12 years ago
- 8b2662e glapi: Add counter information for glBufferData(), like glBufferSubData(). by Eric Anholt · 12 years ago
- 1a3ea85 glapi: Add parameter count information for uniforms. by Eric Anholt · 12 years ago
- 57b7c20 glapi: skip padding in get_called_parameter_string by Paul Berry · 12 years ago
- fe955dc mesa: Fix up program_parse.y to avoid uninitialized $$ by Paul Berry · 12 years ago
- ea6cf2b mesa: Use quotes on bool driconf options to prevent stdbool.h breakage. by Eric Anholt · 12 years ago
- cecbfce svga: whitespace, comment fixes in svga_pipe_query.c by Brian Paul · 12 years ago
- ef1b2b8 svga: whitespace, comment fixes in svga_pipe_fs/vs.c by Brian Paul · 12 years ago
- dbb6908 gallivm: Fix half floats with MCJIT. by José Fonseca · 12 years ago
- e87015f Revert "i965: Check reg.nr for BRW_ARF_NULL instead of reg.file." by Matt Turner · 12 years ago
- d0e9aaa radeonsi: add support for compressed texture v2 by Jerome Glisse · 12 years ago
- dc21e30 radeonsi: add 2d tiling support for texture v3 by Jerome Glisse · 12 years ago
- f732036 gallium: handle drirc disable_glsl_line_continuations option by Vadim Girlin · 12 years ago
- b72ff37 llvmpipe: Take in consideration all current constant buffers when mapping. by José Fonseca · 12 years ago
- 78eaaff nv50: add remaining RGBX formats by Christoph Bumiller · 12 years ago
- 729abfd st/mesa: optionally apply texture swizzle to border color v2 by Christoph Bumiller · 12 years ago
- 246ff8f nv50: set BORDER_COLOR_SRGB in sampler objects by Christoph Bumiller · 12 years ago
- 2d5d054 nv50: fix 4th component of Lx_SINT/UINT formats by Christoph Bumiller · 12 years ago
- 3b20170 r600g: Fix build with --enable-opencl by Tom Stellard · 12 years ago
- 877e3c1 mesa: enable GL_ARB_texture_float if TEXTURE_FLOAT_ENABLED is defined by Brian Paul · 12 years ago
- 50cbcf0 gallivm: change cubemaps / derivatives handling, take 55 by Roland Scheidegger · 12 years ago
- 0d07f05 gallivm: Add no_rho_approx debug option by Roland Scheidegger · 12 years ago
- a930136 llvmpipe: Support half integer pixel center fs coord. by José Fonseca · 12 years ago
- b191be5 llvmpipe: Remove the static interpolation. by José Fonseca · 12 years ago
- 6e833d4 gallivm: Drop pos arg from lp_build_tgsi_soa. by José Fonseca · 12 years ago
- 392f6cf ralloc: Move declarations before statements. by José Fonseca · 12 years ago
- ecdda41 i965: Check reg.nr for BRW_ARF_NULL instead of reg.file. by Matt Turner · 12 years ago
- 60e4c99 i965: Implement work-around for CMP with null dest on Haswell. by Matt Turner · 12 years ago
- 1a59cc7 i915g: Release old fragment shader sampler views with current pipe by Stuart Abercrombie · 12 years ago
- 417d891 i965/vec4: Fix hypothetical use of uninitialized data in attribute_map[]. by Paul Berry · 12 years ago
- 47bd6e4 ralloc: don't write to memory in case of alloc fail. by Dave Airlie · 12 years ago
- 815ca0b mesa: generate glGetInteger/Boolean/Float/Doublev() code for all APIs by Brian Paul · 12 years ago
- 9835d90 mesa: remove mfeatures.h by Brian Paul · 12 years ago
- b76f6d9 mesa: remove #include "mfeatures.h" from numerous source files by Brian Paul · 12 years ago
- c6e00b6 glapi: no longer emit #include "mfeatures.h" in generated files by Brian Paul · 12 years ago
- 7fd12a8 mesa: remove FEATURE_remap_table from remap.[ch] by Brian Paul · 12 years ago
- 0bcced7 glapi: remove FEATURE_remap_table test (it's always defined) by Brian Paul · 12 years ago
- 8e7f7e9 draw/so: respect leading/provoking vertex info by Zack Rusin · 12 years ago
- 6bb217a softpipe/so: use the correct variable for reporting stream out by Zack Rusin · 12 years ago
- cb58c79 gallivm/gs: fix indirect addressing in geometry shaders by Zack Rusin · 12 years ago
- 0203906 st/wgl: fix issue with SwapBuffers of minimized windows by Brian Paul · 12 years ago
- 505ac6d intel: Don't dereference a NULL pointer of calloc fails by Ian Romanick · 12 years ago