glsl/tests: Plumb $(PYTHON2) and $(PYTHON_FLAGS) into optimization-test.
[mesa.git] / src /
2012-05-31 Kenneth Graunkeglsl/tests: Plumb $(PYTHON2) and $(PYTHON_FLAGS) into...
2012-05-31 Kenneth Graunkeralloc: Add some basic unit tests.
2012-05-31 Kenneth Graunkeralloc: Fix ralloc_parent() of memory allocated out...
2012-05-30 Oliver McFaddenmesa: don't compile integer clear shaders for unsupport...
2012-05-29 Paul Berryi965/blorp: Implement destination clipping and scissoring
2012-05-29 Eric Anholtmesa: Clean up some dricore-related detritus in the...
2012-05-29 Eric Anholtautomake: Convert dricore building to automake.
2012-05-29 Eric Anholtautomake: Add a prefix variable to the common sources...
2012-05-29 Eric Anholtautomake: Rename variables in sources.mak to be automak...
2012-05-29 Eric Anholtmesa: Remove generated source files during make clean.
2012-05-29 Eric Anholtglapi: Enable silent rules for generation when used...
2012-05-29 Eric Anholtshared-glapi: Don't forget to clean our built file.
2012-05-29 Eric Anholtmesa: Restore installing of libGL for non-dri builds.
2012-05-29 Eric Anholtmesa: Remove the generated glapi from source control...
2012-05-29 Kurt Roeckxi830: Fix crash for GL_STENCIL_TEST in i830Enable()
2012-05-29 Marcin Slusarznv50: hook up forgotten short constant buffer upload...
2012-05-29 Tom Stellardradeon/llvm: Update and fix some comments
2012-05-29 Tom Stellardradeonsi: Remove use.sgpr* intrinsics, use load instruc...
2012-05-29 Tom Stellardradeonsi: Handle TGSI CONST registers
2012-05-29 Tom Stellardradeon/llvm: Remove AMDILIntrinsicInfo::GetDeclaration...
2012-05-29 Tom Stellardradeon/llvm: Remove AMDILTargetMachine
2012-05-29 Christoph Bumillernouveau: unreference fences on resource destruction
2012-05-29 Christoph Bumillernvc0: optimize blend cso by checking which by-RT data...
2012-05-29 Christoph Bumillernvc0: don't upload UCPs if the shader doesn't use them
2012-05-29 Christoph Bumillernvc0/ir: allow 64-bit constant loads on nve4
2012-05-29 Christoph Bumillernvc0/ir: fix texture barrier insertion to prevent WAW...
2012-05-29 Christoph Bumillernvc0/ir: TEX doesn't support JOIN modifier either
2012-05-29 Christoph Bumillergallium: add st_api feature mask to prevent advertising...
2012-05-25 Roy Splietnv30: Fix generic passing to fragment program in NV34.
2012-05-25 Christoph Bumillernv30: handle user index buffers
2012-05-25 Tom Stellardradeon/llvm: Use a custom inserter for MASK_WRITE
2012-05-25 Tom Stellardradeon/llvm: Use tablegen pattern to lower bitconvert
2012-05-25 Tom Stellardradeon/llvm: Use a custom inserter to lower FNEG
2012-05-25 Tom Stellardradeon/llvm: Use a custom inserter to lower CLAMP
2012-05-25 Tom Stellardradeon/llvm: Use a custom inserter to lower FABS
2012-05-25 Kai Wasserbächr600g: handle R16G16B16_FLOAT and R32G32B32_FLOAT in...
2012-05-25 Brian Pauldraw: fix primitive restart bug by using the index...
2012-05-25 Brian Paulsvga: remove the special zero-stride vertex array code
2012-05-25 Brian Paulgallium/docs: beef up the docs related to color clamping
2012-05-25 Brian Paulutil: add GALLIUM_LOG_FILE option for logging output...
2012-05-25 Paul Berryi965/msaa: Enable 4x MSAA on Gen7.
2012-05-25 Paul Berryi965/msaa: Implement manual blending operation for...
2012-05-25 Paul Berryi965/msaa: Modify blorp code to account for Gen7 MSAA...
2012-05-25 Paul Berryi965/msaa: Validate Gen7 surface state constraints.
2012-05-25 Paul Berryi965/msaa: Properly handle sliced layout for Gen7.
2012-05-25 Paul Berryi965/msaa: Add defines for Gen7.
2012-05-25 Paul Berryi965/blorp: Enable blorp blits on Gen7.
2012-05-25 Paul Berryi965/blorp: Implement proper texel fetch messages for...
2012-05-25 Paul Berryi965/blorp: Use 16 pixel dispatch on Gen7.
2012-05-25 Paul Berryi965/blorp: Allocate space for push constants on Gen7.
2012-05-25 Paul Berryi965/blorp: Set the dynamic state upper bound.
2012-05-25 Paul Berryi965/blorp: Factor gen6_blorp_emit_batch_head into...
2012-05-25 Paul Berryi965/blorp: Use MSDISPMODE_PERSAMPLE rendering when...
2012-05-25 Paul Berryi965/blorp: Emit sample index in SAMPLE_LD message...
2012-05-25 Paul Berryi965/blorp: Generalize sampling code in preparation...
2012-05-25 Paul Berryi965/msaa: Expand odd-sized MSAA surfaces to account...
2012-05-25 Thomas Gstädtnergallium/targets: pass ldflags parameter to MKLIB
2012-05-25 Vadim GirlinRevert "r600g: set round_mode to truncate and get rid...
2012-05-25 Vadim Girlinradeon/llvm: add FLT_TO_UINT, UINT_TO_FLT instructions
2012-05-25 Vadim Girlinradeon/llvm: prepare to revert the round mode state...
2012-05-25 Vadim Girlinradeon/llvm: fix sampler index in llvm_emit_tex
2012-05-25 Vadim Girlinradeon/llvm: fix opcode for RECIP_UINT_r600
2012-05-25 Vadim Girlinradeon/llvm/loader: convert hardcoded gpu name to option
2012-05-25 Vadim Girlinr600g: add RECIP_INT, PRED_SETE_INT to r600_bytecode_ge...
2012-05-25 Vinson Leei915g: Check for geometry shader earlier in i915_set_co...
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.
next