scons: Fix SCons build infrastructure for FreeBSD.
[mesa.git] / src /
2012-05-25 Vinson Leescons: Fix SCons build infrastructure for FreeBSD.
2012-05-24 Tom Stellardradeon/llvm: Lower UDIV using the Selection DAG
2012-05-24 Tom Stellardradeon/llvm: Remove auto-generated AMDIL->ISA conversio...
2012-05-24 Tom Stellardradeon/llvm: Remove AMDIL instructions MULHI, SMUL
2012-05-24 Tom Stellardradeon/llvm: Remove AMDIL bitshift instructions (SHL...
2012-05-24 Tom Stellardradeon/llvm: Remove AMDIL FTOI and ITOF instructions
2012-05-24 Tom Stellardradeon/llvm: Remove AMDIL EXP* instructions
2012-05-24 Tom Stellardradeon/llvm: Remove AMDIL ADD instructions
2012-05-24 Tom Stellardradeon/llvm: Remove AMDIL binary instrutions (OR, AND...
2012-05-24 Tom Stellardradeon/llvm: Remove AMDILMachinePeephole pass
2012-05-24 Tom Stellardradeon/llvm: Remove AMDIL CMP instructions and associat...
2012-05-24 Tom Stellardradeon/llvm: Remove AMDIL ROUND_NEAREST instruction
2012-05-24 Tom Stellardradeon/llvm: Remove AMDIL ROUND_POSINF instruction
2012-05-24 Tom Stellardradeon/llvm: Add custom SDNode for FRACT
2012-05-24 Tom Stellardradeon/llvm: Use -1 as true value for SET* integer...
2012-05-24 Tom Stellardradeon/llvm: Handle SETGE_INT, SETGE_UINT, and SETGT_UI...
2012-05-24 Tom Stellardradeon/llvm: Avoid error with SI in EmitInstrWithCustom...
2012-05-24 Vinson Leetgsi: Initialize Padding struct fields.
2012-05-24 Kenneth Graunkei965: Gut the separate OpenGL ES extension enabling.
2012-05-24 Kenneth Graunkemesa: Remove the OES_draw_texture extension from ES2.
2012-05-23 Jordan Justeni965: use cut index to handle primitive restart when...
2012-05-23 Jordan Justeni965: add flag to enable cut_index
2012-05-23 Jordan Justeni965: create code path to handle primitive restart...
2012-05-23 Paul Berryglsl/tests: Add .gitignore for uniform initialization...
2012-05-23 Paul Berryglsl/constant propagation: kill whole var if LHS involv...
2012-05-23 Ian Romanickglsl/tests: Add test for uniform initialization by...
2012-05-23 Ian Romanickmesa: Use initializers to configure samplers
2012-05-23 Ian Romanickir_to_mesa: Don't set initial uniform values again
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 Lukas Rösslerglu: fix two Clang warnings
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 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...
next