- 1404e6b radeon/llvm: Remove AMDIL binary instrutions (OR, AND, XOR, NOT) by Tom Stellard · 13 years ago
- 3059c07 radeon/llvm: Remove AMDILMachinePeephole pass by Tom Stellard · 13 years ago
- e9d8901 radeon/llvm: Remove AMDIL CMP instructions and associated lowering code by Tom Stellard · 13 years ago
- ea00632 radeon/llvm: Remove AMDIL ROUND_NEAREST instruction by Tom Stellard · 13 years ago
- 0bfa3b3 radeon/llvm: Remove AMDIL ROUND_POSINF instruction by Tom Stellard · 13 years ago
- d4984f3 radeon/llvm: Add custom SDNode for FRACT by Tom Stellard · 13 years ago
- 5523502 radeon/llvm: Use -1 as true value for SET* integer instructions by Tom Stellard · 13 years ago
- 86dfae1 radeon/llvm: Handle SETGE_INT, SETGE_UINT, and SETGT_UINT opcodes by Tom Stellard · 13 years ago
- cc7a6d2 radeon/llvm: Avoid error with SI in EmitInstrWithCustomInserter() by Tom Stellard · 13 years ago
- 0f6a3a7 tgsi: Initialize Padding struct fields. by Vinson Lee · 13 years ago
- 8812851 i965: Gut the separate OpenGL ES extension enabling. by Kenneth Graunke · 13 years ago
- d466751 mesa: Remove the OES_draw_texture extension from ES2. by Kenneth Graunke · 13 years ago
- dc50145 i965: use cut index to handle primitive restart when possible by Jordan Justen · 13 years ago
- f9389fb i965: add flag to enable cut_index by Jordan Justen · 13 years ago
- df7d132 i965: create code path to handle primitive restart in hardware by Jordan Justen · 13 years ago
- 9f6932c glsl/tests: Add .gitignore for uniform initialization unit test. by Paul Berry · 13 years ago
- aa173e1 glsl/constant propagation: kill whole var if LHS involves array indexing. by Paul Berry · 13 years ago
- b45052b glsl/tests: Add test for uniform initialization by the linker by Ian Romanick · 13 years ago
- 49da259 mesa: Use initializers to configure samplers by Ian Romanick · 13 years ago
- 75dac69 ir_to_mesa: Don't set initial uniform values again by Ian Romanick · 13 years ago
- c343b98 ir_to_mesa: Propagate initial values in _mesa_associate_uniform_storage by Ian Romanick · 13 years ago
- 76027f5 glsl: Propagate sampler uniform initializers to gl_shader_program::SamplerUnits by Ian Romanick · 13 years ago
- b610881 glsl: Initialize samplers to 0, propagate sampler values to the gl_program by Ian Romanick · 13 years ago
- a2e6230 glsl: Set initial values for uniforms in the linker by Ian Romanick · 13 years ago
- 2936287 i965/gen6+: Add support for GL_ARB_blend_func_extended. by Eric Anholt · 13 years ago
- 175ad80 mesa: Keep a computed value for dual source blend func with each buffer. by Eric Anholt · 13 years ago
- 68216f3 i965/gen6+: Add support for fast depth clears. by Eric Anholt · 13 years ago
- 5b248e5 i965/gen6: Add CC viewport state setup to blorp code. by Eric Anholt · 13 years ago
- 39a91be i965/gen7: Add CC viewport setup to blorp code. by Eric Anholt · 13 years ago
- 54308f7 i965: Drop a layer of indirection in doing HiZ resolves. by Eric Anholt · 13 years ago
- 072634d i965: Replace intel_need_resolve with the hiz ops it maps to. by Eric Anholt · 13 years ago
- 5b226ad i965: Add an interface for doing hiz ops from C code. by Eric Anholt · 13 years ago
- 7da9795 i965: Rename the clear function for this driver. by Eric Anholt · 13 years ago
- 3e16565 i965: Simplify the remaining clear logic by relying on the meta clear. by Eric Anholt · 13 years ago
- 7c3e88f i965: Switch blit color clears to tri clears on gen4/5. by Eric Anholt · 13 years ago
- fa15b0f i965: Remove dead logic for non-tri depth/stencil clears. by Eric Anholt · 13 years ago
- a3967ff i965: We always have GLSL, so always use it for tri clears. by Eric Anholt · 13 years ago
- 03c9044 i915: Drop gen4+ code from the forked clear code. by Eric Anholt · 13 years ago
- 11892ea intel: Fork the intel_clear.c file between i915 and i965. by Eric Anholt · 13 years ago
- c91b4ed st/mesa: set stObj->lastLevel in guess_and_alloc_texture by Vadim Girlin · 13 years ago
- ea8e854 i965: Completely annotate the batch bo when aub dumping. by Paul Berry · 13 years ago
- 1b87a93 intel: When AUB dumping, flush before emitting final bitmap command. by Paul Berry · 13 years ago
- 7a75e7d llvmpipe: Fix alpha testing precision on rgba8 formats. by José Fonseca · 13 years ago
- e4fb332 scons: Do not build glx and egl on Cygwin. by Vinson Lee · 13 years ago
- 89155ba nv30: check for NULL vertex buffers in prevalidate_vbufs by Christoph Bumiller · 13 years ago
- a054fd8 nv50: make unaligned index buffer offsets work again by Christoph Bumiller · 13 years ago
- 91fb5e0 nvc0: don't set NEW_IDXBUF in nvc0_switch_pipe_context if none is bound by Christoph Bumiller · 13 years ago
- 8a933e3 llvmpipe: Added a error counter to lp_test_conv. by James Benton · 13 years ago
- 383c1b6 llvmpipe: Changed known failures in lp_test_conv. by James Benton · 13 years ago
- 4203a0b llvmpipe: Added fixed point types tests to lp_test_conv. by James Benton · 13 years ago
- a3d4af0 gallivm: Fixed erroneous optimisation in lp_build_min/max. by James Benton · 13 years ago
- fdeb039 gallivm: Compensate for lp_const_offset in lp_build_conv. by James Benton · 13 years ago
- f89b1f4 gallivm: Fixed overflow in lp_build_clamped_float_to_unsigned_norm. by James Benton · 13 years ago
- c286278 docs: add link to 8.0.3 release notes by Brian Paul · 13 years ago
- a0dffe8 tests: include mesa headers by Paul Seidler · 13 years ago
- 6178b65 glu: fix two Clang warnings by Lukas Rössler · 13 years ago
- ed9d1be docs: fix a typo by Homer Hsing · 13 years ago
- 3d2bf91 Filter out -Wcovered-switch-default from LLVM_CFLAGS by ojab · 13 years ago
- cee23ab radeon/llvm: Handle selectcc DAG node by Tom Stellard · 13 years ago
- 239792f st/mesa: use pipe_sampler_view_release() in st_destroy_context_priv() by Brian Paul · 13 years ago
- c9cb9cf mesa: use F_TO_I() instead of IROUND() by Brian Paul · 13 years ago
- 699c189 mesa: reimplement IROUND(), add F_TO_I() by Brian Paul · 13 years ago
- 31d59c7 mesa: fix Z32_FLOAT -> uint conversion functions by Brian Paul · 13 years ago
- c3991e1 st/mesa: remove unused pipe variable by Brian Paul · 13 years ago
- bd302f3 svga: whitespace, comments, formatting clean-ups by Brian Paul · 13 years ago
- 6792969 st/mesa: added st_print_current_vertex_program(), for debugging by Brian Paul · 13 years ago
- 2786343 svga: return PIPE_OK instead of 0 by Brian Paul · 13 years ago
- fc71e0b svga: fix zero-stride vertex array bug by Brian Paul · 13 years ago
- 0161691 mesa: add GLSL_REPORT_ERRORS debug flag by Brian Paul · 13 years ago
- 1c33374 mesa: add some comments on shaderapi.c functions by Brian Paul · 13 years ago
- 3151409 mesa: Remove undefinition of _P symbol. by Vinson Lee · 13 years ago
- 0c6f4cd Import release notes for 8.0.3, add news item by Ian Romanick · 13 years ago
- 27b821b darwin: Address a build failure on Leopard and earlier OS versions by Jeremy Huddleston · 13 years ago
- d59b2c4 radeonsi: Only honour point related rasterizer state when rendering points. by Michel Dänzer · 13 years ago
- dd9d619 radeonsi: Fix parameter cache offsets for fragment shader inputs. by Michel Dänzer · 13 years ago
- e8a86d3 gallium/tgsi/text: Ensure ret is initialized in parse_immediate_data. by Vinson Lee · 13 years ago
- c20e741 radeon/llvm: Fix segfault while lowering lrp intrinsic by Tom Stellard · 13 years ago
- 7e3cd8d radeon/llvm: Add DAG nodes for MIN instructions by Tom Stellard · 13 years ago
- 3f7a5ff llvmpipe: Avoid adding floating point zero to flat inputs. by José Fonseca · 13 years ago
- 00eb74b Fix fetching integer inputs. by José Fonseca · 13 years ago
- 5d10d75 llvmpipe: Implement TXQ. by Olivier Galibert · 13 years ago
- 1ec4218 llvmpipe: Don't mess with the provoking vertex when inverting a triangle. by Olivier Galibert · 13 years ago
- c6c8a05 radeon/llvm: Lower lrp intrinsic during ISel by Tom Stellard · 13 years ago
- ef8e66b radeon/llvm: Remove AMDIL MAD instruction defs by Tom Stellard · 13 years ago
- d07473f radeon/llvm: Remove AMDIL MUL_IEEE* instructions by Tom Stellard · 13 years ago
- 5187948 r600g: Handle MUL_IEEE in r600_bytecode_get_num_operands by Tom Stellard · 13 years ago
- 1fe70c6 radeon/llvm: Expand fsub during ISel by Tom Stellard · 13 years ago
- 9916f2d radeon/llvm: Remove AMDIL floating-point ADD instruction defs by Tom Stellard · 13 years ago
- 91484de radeon/llvm: Remove AMDIL CMOVLOG* instruction defs by Tom Stellard · 13 years ago
- 9a02009 radeon/llvm: Move lowering of ABS_i32 to ISel by Tom Stellard · 13 years ago
- 89b9455 radeon/llvm: Remove sub patterns from AMDILInstrPatterns.td by Tom Stellard · 13 years ago
- 431bb79 radeon/llvm: Add custom SDNodes for MAX by Tom Stellard · 13 years ago
- 6029131 state_tracker: remove sw_primitive_restart from st_context by Jordan Justen · 13 years ago
- eef1935 state_tracker: remove software handling of primitive restart by Jordan Justen · 13 years ago
- f16b39f state_tracker: set PrimitiveRestartInSoftware if needed by Jordan Justen · 13 years ago
- 862667b vbo: use software primitive restart in the VBO module by Jordan Justen · 13 years ago
- fc22fde mesa: add PrimitiveRestartInSoftware to gl_context.Const by Jordan Justen · 13 years ago
- bc8e0f5 vbo: add software primitive restart support by Jordan Justen · 13 years ago
- 5a827d9 mesa: Check for framebuffer completeness before looking at the rb. by Eric Anholt · 13 years ago
- 8b7ba92 mesa: Fix assertion failure when a cube face is not present. by Eric Anholt · 13 years ago