mesa.git
2012-05-23 Ian Romanickir_to_mesa: Propagate initial values in _mesa_associate...
2012-05-23 Ian Romanickglsl: Propagate sampler uniform initializers to gl_shad...
2012-05-23 Ian Romanickglsl: Initialize samplers to 0, propagate sampler value...
2012-05-23 Ian Romanickglsl: Set initial values for uniforms in the linker
2012-05-23 Eric Anholti965/gen6+: Add support for GL_ARB_blend_func_extended.
2012-05-23 Eric Anholtmesa: Keep a computed value for dual source blend func...
2012-05-23 Eric Anholti965/gen6+: Add support for fast depth clears.
2012-05-23 Eric Anholti965/gen6: Add CC viewport state setup to blorp code.
2012-05-23 Eric Anholti965/gen7: Add CC viewport setup to blorp code.
2012-05-23 Eric Anholti965: Drop a layer of indirection in doing HiZ resolves.
2012-05-23 Eric Anholti965: Replace intel_need_resolve with the hiz ops it...
2012-05-23 Eric Anholti965: Add an interface for doing hiz ops from C code.
2012-05-23 Eric Anholti965: Rename the clear function for this driver.
2012-05-23 Eric Anholti965: Simplify the remaining clear logic by relying...
2012-05-23 Eric Anholti965: Switch blit color clears to tri clears on gen4/5.
2012-05-23 Eric Anholti965: Remove dead logic for non-tri depth/stencil clears.
2012-05-23 Eric Anholti965: We always have GLSL, so always use it for tri...
2012-05-23 Eric Anholti915: Drop gen4+ code from the forked clear code.
2012-05-23 Eric Anholtintel: Fork the intel_clear.c file between i915 and...
2012-05-23 Vadim Girlinst/mesa: set stObj->lastLevel in guess_and_alloc_texture
2012-05-22 Paul Berryi965: Completely annotate the batch bo when aub dumping.
2012-05-22 Paul Berryintel: When AUB dumping, flush before emitting final...
2012-05-22 José Fonsecallvmpipe: Fix alpha testing precision on rgba8 formats.
2012-05-22 Vinson Leescons: Do not build glx and egl on Cygwin.
2012-05-22 Christoph Bumillernv30: check for NULL vertex buffers in prevalidate_vbufs
2012-05-22 Christoph Bumillernv50: make unaligned index buffer offsets work again
2012-05-22 Christoph Bumillernvc0: don't set NEW_IDXBUF in nvc0_switch_pipe_context...
2012-05-21 James Bentonllvmpipe: Added a error counter to lp_test_conv.
2012-05-21 James Bentonllvmpipe: Changed known failures in lp_test_conv.
2012-05-21 James Bentonllvmpipe: Added fixed point types tests to lp_test_conv.
2012-05-21 James Bentongallivm: Fixed erroneous optimisation in lp_build_min...
2012-05-21 James Bentongallivm: Compensate for lp_const_offset in lp_build_conv.
2012-05-21 James Bentongallivm: Fixed overflow in lp_build_clamped_float_to_un...
2012-05-21 Brian Pauldocs: add link to 8.0.3 release notes
2012-05-21 Paul Seidlertests: include mesa headers
2012-05-21 Lukas Rösslerglu: fix two Clang warnings
2012-05-21 Homer Hsingdocs: fix a typo
2012-05-21 ojabFilter out -Wcovered-switch-default from LLVM_CFLAGS
2012-05-20 Tom Stellardradeon/llvm: Handle selectcc DAG node
2012-05-19 Brian Paulst/mesa: use pipe_sampler_view_release() in st_destroy_...
2012-05-19 Brian Paulmesa: use F_TO_I() instead of IROUND()
2012-05-19 Brian Paulmesa: reimplement IROUND(), add F_TO_I()
2012-05-19 Brian Paulmesa: fix Z32_FLOAT -> uint conversion functions
2012-05-19 Brian Paulst/mesa: remove unused pipe variable
2012-05-19 Brian Paulsvga: whitespace, comments, formatting clean-ups
2012-05-19 Brian Paulst/mesa: added st_print_current_vertex_program(), for...
2012-05-19 Brian Paulsvga: return PIPE_OK instead of 0
2012-05-19 Brian Paulsvga: fix zero-stride vertex array bug
2012-05-19 Brian Paulmesa: add GLSL_REPORT_ERRORS debug flag
2012-05-19 Brian Paulmesa: add some comments on shaderapi.c functions
2012-05-19 Vinson Leemesa: Remove undefinition of _P symbol.
2012-05-18 Ian RomanickImport release notes for 8.0.3, add news item
2012-05-18 Jeremy Huddlestondarwin: Address a build failure on Leopard and earlier...
2012-05-18 Michel Dänzerradeonsi: Only honour point related rasterizer state...
2012-05-18 Michel Dänzerradeonsi: Fix parameter cache offsets for fragment...
2012-05-18 Vinson Leegallium/tgsi/text: Ensure ret is initialized in parse_i...
2012-05-18 Tom Stellardradeon/llvm: Fix segfault while lowering lrp intrinsic
2012-05-18 Tom Stellardradeon/llvm: Add DAG nodes for MIN instructions
2012-05-18 José Fonsecallvmpipe: Avoid adding floating point zero to flat...
2012-05-17 José FonsecaFix fetching integer inputs.
2012-05-17 Olivier Galibertllvmpipe: Implement TXQ.
2012-05-17 Olivier Galibertllvmpipe: Don't mess with the provoking vertex when...
2012-05-17 Tom Stellardradeon/llvm: Lower lrp intrinsic during ISel
2012-05-17 Tom Stellardradeon/llvm: Remove AMDIL MAD instruction defs
2012-05-17 Tom Stellardradeon/llvm: Remove AMDIL MUL_IEEE* instructions
2012-05-17 Tom Stellardr600g: Handle MUL_IEEE in r600_bytecode_get_num_operands
2012-05-17 Tom Stellardradeon/llvm: Expand fsub during ISel
2012-05-17 Tom Stellardradeon/llvm: Remove AMDIL floating-point ADD instructio...
2012-05-17 Tom Stellardradeon/llvm: Remove AMDIL CMOVLOG* instruction defs
2012-05-17 Tom Stellardradeon/llvm: Move lowering of ABS_i32 to ISel
2012-05-17 Tom Stellardradeon/llvm: Remove sub patterns from AMDILInstrPatterns.td
2012-05-17 Tom Stellardradeon/llvm: Add custom SDNodes for MAX
2012-05-17 Jordan Justenstate_tracker: remove sw_primitive_restart from st_context
2012-05-17 Jordan Justenstate_tracker: remove software handling of primitive...
2012-05-17 Jordan Justenstate_tracker: set PrimitiveRestartInSoftware if needed
2012-05-17 Jordan Justenvbo: use software primitive restart in the VBO module
2012-05-17 Jordan Justenmesa: add PrimitiveRestartInSoftware to gl_context...
2012-05-17 Jordan Justenvbo: add software primitive restart support
2012-05-17 Eric Anholtmesa: Check for framebuffer completeness before looking...
2012-05-17 Eric Anholtmesa: Fix assertion failure when a cube face is not...
2012-05-17 Eric Anholtglsl: Drop the extra NULL specifiction on ir_assignment...
2012-05-17 Eric Anholtglsl: Fix assertion failure on handling switch on uint...
2012-05-17 Eric Anholtglsl: Reject non-scalar switch expressions.
2012-05-17 Eric Anholtglsl: Let the constructor figure out the types of switc...
2012-05-17 Eric Anholtglsl: Fix indentation of switch code.
2012-05-17 Eric Anholti965/vs: Fix up swizzle for dereference_array of matrices.
2012-05-17 Eric Anholtmesa: Throw error on glGetActiveUniform inside Begin...
2012-05-17 Eric Anholtglsl: Improve the local dead code optimization to elimi...
2012-05-17 Eric Anholti965/fs: Do more register coalescing by using the inter...
2012-05-17 Christoph Bumillernouveau: place static buffers in VRAM if preferred...
2012-05-17 Christoph Bumillernv50/ir: fix reversed order of lane ops in quadops
2012-05-17 Christoph Bumillernv50,nvc0: handle user vertex buffers
2012-05-17 Christoph Bumillernv50,nvc0: handle user index buffers
2012-05-17 Christoph Bumillernv50,nvc0: handle user constbufs without wrapping them...
2012-05-17 Christoph Bumillerst/mesa: set PIPE_BIND_STREAM_OUTPUT for TFB target...
2012-05-17 Jeremy Huddlestondarwin: Eliminate a possible race condition while destr...
2012-05-17 Jeremy Huddlestondarwin: Unlock our mutex before destroying it
2012-05-16 Michel Dänzergallium/radeon: Fix r300g tiling breakage.
2012-05-16 Francisco Jerezgallium/auxiliary/pipe-loader: Fix usage of anonymous...
2012-05-16 Michel Dänzerradeonsi: Initial tiling support.
next