i965: Warning fix for vector result any_nequal/all_equal change.
[mesa.git] / src / mesa / drivers /
2010-09-22 Eric Anholti965: Warning fix for vector result any_nequal/all_equa...
2010-09-22 Eric Anholti965: Update expression splitting for the vector-result...
2010-09-22 Eric Anholti965: When splitting vector variable assignment, ignore...
2010-09-22 Eric Anholti965: Fix the vector/expression splitting for the write...
2010-09-22 Kristian Høgsbergdri2: Make createImageFromName() take a __DRIscreen...
2010-09-22 Kristian Høgsbergintel: Fix GL_ARB_shading_language_120 commit
2010-09-22 Brian Paulmesa: don't advertise bogus GL_ARB_shading_language_120...
2010-09-21 Eric Anholti965: Track the windowizer's dispatch for kill pixel...
2010-09-21 Eric Anholti965: Also enable CC statistics when doing OQs.
2010-09-21 Eric Anholti965: Share the KIL_NV implementation between glsl...
2010-09-21 Brian PaulMerge branch 'sprite-coord'
2010-09-21 Tom Stellardr300/compiler: Refactor the pair instruction data struc...
2010-09-21 Francisco Jerezdri/nouveau: Fix software mipmap generation on 1x1...
2010-09-21 Francisco Jerezdri/nv10-nv20: Fix texturing in some cases after a...
2010-09-21 Francisco Jerezdri/nouveau: Cleanup more references to old FBOs and...
2010-09-21 Francisco Jerezdri/nouveau: Remove unnecessary assertion.
2010-09-21 Francisco Jerezdri/nv04: Use nvgl_wrap_mode().
2010-09-20 Timo WirenFix typos in comments and debug output strings.
2010-09-17 Ian Romanickglsl2: Add flags to enable variable index lowering
2010-09-17 Francisco Jerezdri/nv10: Fix the CLAMP texture wrap mode.
2010-09-16 Francisco Jerezmeta: Don't bind the created texture object in init_tem...
2010-09-16 Francisco Jerezdri/nouveau: Cleanup references to the old FBOs on...
2010-09-16 Francisco Jerezdri/nouveau: Don't reemit the BO state in nouveau_state...
2010-09-16 Francisco Jerezdri/nouveau: Don't request a fake front unnecessarily.
2010-09-16 Francisco Jerezdri/nouveau: Fix glRenderbufferStorage with DEPTH_COMPO...
2010-09-16 Francisco Jerezdri/nouveau: Add some more extensions.
2010-09-16 Francisco Jerezdri/nouveau: Update nouveau_class.h.
2010-09-16 Francisco Jerezdri/nv04: Fix provoking vertex.
2010-09-16 Francisco Jerezdri/nv04: Fix maximum texture size.
2010-09-16 Francisco Jerezdri/nv04: Fix up color mask.
2010-09-16 Francisco Jerezdri/nv04: Align SIFM transfer dimensions.
2010-09-16 Francisco Jerezdri/nv04: Mipmapping fixes.
2010-09-16 Francisco Jerezdri/nv04: Fix PGRAPH_ERRORs when running OA.
2010-09-16 Andrew Randrianasuludri/nv04: Enable eng3dm for A8/L8 textures.
2010-09-16 Andrew Randrianasuludri/nv04: Don't expose ARB_texture_env_combine/dot3.
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-15 Andre Maasikasr600c: fix buffer height setting in dri2 case
2010-09-14 Andre Maasikasr600c: fix setting negative values to bitfields
2010-09-14 Chia-I Wumesa: Remove unnecessary FEATURE tests.
2010-09-13 Ian Romanicki965: Request that returns be lowered in shader main
2010-09-13 Alex Deucherr600c: const buffer sizes must be a multiple of 16...
2010-09-13 Alex Deucherr600c/eg: remove obselete comment
2010-09-13 Alex Deucherr600c/eg: remove unused emit timestamp function
2010-09-13 Alex Deucherr600c/eg: emit CB_BLEND_ALPHA with the other blend...
2010-09-13 Alex Deucherr600c: remove redundant state emit on evergreen
2010-09-13 Andre Maasikasr600c: eg: fix typo
2010-09-13 Andre Maasikasr600c: eg: 256 float4 constants may need more than...
2010-09-13 Andre Maasikasr600c: eg - fix uninitialized variable
2010-09-13 Andre Maasikasr600c: remove stray unmap call
2010-09-13 Marek Olšákr300/compiler: fix warnings
2010-09-11 Tom Stellardr300/compiler: Reorganize presub_helper()
2010-09-11 Tom Stellardr300/compiler: Don't use presubtract in TEX instructions
2010-09-11 Tom Stellardr300/compiler: Print the presub subtract operation...
2010-09-11 Tom Stellardr300/compiler: Fix dataflow bug in presub_helper()
2010-09-11 Tom Stellardr300/compiler: Replace asserts with error messages
2010-09-11 Tom Stellardr300/compiler: Fix copy propigation for some presub...
2010-09-11 Tom Stellardr300/compiler: Add peephole optimization for the 'sub...
2010-09-11 Tom Stellardr300/compiler: Add peephole optimization for the 'add...
2010-09-11 Tom Stellardr300/compiler: Clean up rc_pair_alloc_source()
2010-09-11 Tom Stellardr300/compiler: Enable presubtract sources
2010-09-10 Ian Romanickintel: Remove noise opcode support from i915 and i965...
2010-09-10 Alex Deucherr600c: add missing header
2010-09-10 Alex Deucherr600c: add OQ support for evergreen
2010-09-10 Alex Deucherr600c: oq updates
2010-09-10 Alex Deucherr600c: add blit support for evergreen
2010-09-10 Alex Deucherr600c: emit start3d packet on evergreen
2010-09-10 Alex Deucherr600c: fix some typos
2010-09-10 Alex Deucherr600c: fix type in cb setup on evergreen
2010-09-10 Alex Deucherr600c: add support for more rendering formats on evergreen
2010-09-10 Andre Maasikasr600: set correct initial point_minmax values
2010-09-10 Andre Maasikasr600: dont bswap rgba FLOAT formats
2010-09-10 Eric Anholti965: Add switch cases for ir_unop_noise, which should...
2010-09-09 Kristian HøgsbergRevert "glapi: Implement optional dispatch logging"
2010-09-09 Ian Romanickglsl2: Add EmitNoNoise flag, use it to remove noise...
2010-09-09 Kristian Høgsbergglapi: Implement optional dispatch logging
2010-09-09 Francisco Jerezdri/nouveau: Expose EXT_texture_env_combine.
2010-09-09 Francisco Jerezdri/nv10-nv20: Add support for NV_texture_env_combine4.
2010-09-09 Francisco Jerezdri/nv04: Add support for NV_texture_env_combine4.
2010-09-09 Francisco Jerezdri/nouveau: Minor cleanup.
2010-09-09 Andre Maasikasr600: add TXL instruction and note about TXB
2010-09-09 Andre Maasikasr600: remove depth exports move, just set to output...
2010-09-09 Andre Maasikasr600: protect cleanup instructions from double free
2010-09-09 Andre Maasikasr600: remove mask from output intructions
2010-09-09 Andre Maasikasr600: allow relative addressing of temps, inputs, outputs
2010-09-09 Andre Maasikasr600: handle LIT writemask
2010-09-09 Andre Maasikasr600: fix rsq from negative input
2010-09-09 Luca Barbieriglsl: add several EmitNo* options, and MaxUnrollIterations
2010-09-09 Luca Barbieriglsl: make compiler options per-target
2010-09-08 Kristian Høgsbergdri: Unset current context and dispatch table when...
2010-09-08 Kenneth Graunkei965: Enable EXT_framebuffer_blit internally.
2010-09-07 Eric Anholti965: Store the byte address in the VS constant buffer...
2010-09-07 Eric Anholti965: Make pixel_xy results UW.
2010-09-07 Eric Anholti965: Don't bother with RNDZ for f2i.
2010-09-07 Eric Anholti965: Add some validation on BRW_OPCODE_MUL and ADD...
2010-09-07 Eric Anholti965: Add assertion for another requirement about types.
2010-09-07 Eric Anholti965: Align the start of attribute interp coefficients...
2010-09-07 Eric Anholti965: Just assert when we flagged a compile error in...
2010-09-07 Eric Anholti965: Clean up fs_reg setup by using a helper for const...
2010-09-07 Eric Anholti965: When using the new FS backend, don't validate...
2010-09-07 Eric Anholti965: Add a bit of validation for some ISA restrictions...
next