r300/compiler: Move declaration before code.
[mesa.git] / src / mesa / drivers / dri /
2010-09-29 Vinson Leer300/compiler: Move declaration before code.
2010-09-29 Vinson Leer300/compiler: Move declaration before code.
2010-09-29 Vinson Leer300/compiler: Move declaration before code.
2010-09-29 Vinson Leer300/compiler: Move declaration before code.
2010-09-29 Vinson Leer300/compiler: Remove declaration before code.
2010-09-29 Vinson Leer300/compiler: Move declaration before code.
2010-09-29 Vinson Leer300/compiler: Move declaration before code.
2010-09-29 Vinson Leer300/compiler: Move declaration before code.
2010-09-29 Vinson Leer300/compiler: Move declaration before code.
2010-09-29 Vinson Leer300/compiler: Move declaration before code.
2010-09-29 Vinson Leer300/compiler: Move declaration before code.
2010-09-29 Vinson Leer300/compiler: Move declaration before code.
2010-09-29 Vinson Leer300/compiler: Move declaration before code.
2010-09-29 Vinson Leer300/compiler: Move declaration before code.
2010-09-29 Vinson Leer300/compiler: Move declaration before code.
2010-09-29 Zhenyu WangRevert "i965: Always set tiling for depth buffer on...
2010-09-29 Tom Stellardr300/compiler: Don't merge instructions that write...
2010-09-29 Tom Stellardr300/compiler: Don't use rc_error() unless the error...
2010-09-29 Tom Stellardr300/compiler: Fix segfault in error path
2010-09-29 Zhenyu Wangi965: fallback lineloop on sandybridge for now
2010-09-29 Zhenyu Wangi965: Always set tiling for depth buffer on sandybridge
2010-09-28 Eric Anholti965: Add support for builtin uniforms to the new FS...
2010-09-28 Eric Anholti965: Clean up obsolete FINISHME comment.
2010-09-28 Eric Anholti965: Fix array indexing of arrays of matrices.
2010-09-28 Eric Anholti965: Don't try to emit interpolation for unused varyin...
2010-09-28 Eric Anholti965: Do interpolation for varying matrices and arrays...
2010-09-28 Eric Anholti965: Add support for ARB_fragment_coord_conventions...
2010-09-28 Eric Anholti965: Add support for ir_loop counters to the new FS...
2010-09-28 Eric Anholti965: Add support for MRT to the new FS backend.
2010-09-28 Eric Anholti965: Add support for non-color render target write...
2010-09-28 Eric Anholti965: Set up sampler numbers in the FS backend.
2010-09-28 Eric Anholti965: Subtract instead of adding when computing y delta...
2010-09-28 Eric Anholti965: Add support for gl_FrontFacing to the new FS...
2010-09-28 Eric Anholti965: Fix up part of my Sandybridge attributes support...
2010-09-28 Eric Anholti965: Fix all non-snb regression in the snb attribute...
2010-09-28 Eric Anholti965: Add support for struct, array, and matrix uniform...
2010-09-28 Eric Anholti965: Add support for dereferencing structs to the...
2010-09-28 Eric Anholti965: Set the variable type when dereferencing an array.
2010-09-28 Eric Anholti965: Fix up the FS backend for the variable array...
2010-09-28 Eric Anholti965: Fix valgrind complaint about base_ir for new...
2010-09-28 Eric Anholti965: Apply the same set of lowering passes to new...
2010-09-28 Eric Anholti965: Actually track the "if" depth in loop in the...
2010-09-28 Eric Anholti965: Fix negation in the new FS backend.
2010-09-28 Zhenyu Wangi965: fallback bitmap operation on sandybridge
2010-09-28 Zhenyu Wangi965: fix occlusion query on sandybridge
2010-09-28 Zhenyu Wangi965: fix point sprite on sandybridge
2010-09-28 Zhenyu Wangi965: fix scissor state on sandybridge
2010-09-28 Zhenyu Wangi965: enable polygon offset on sandybridge
2010-09-28 Zhenyu Wangi965: fix pixel w interpolation on sandybridge
2010-09-28 Zhenyu Wangi965: don't do calculation for delta_xy on sandybridge
2010-09-28 Zhenyu Wangi965: only allow SIMD8 kernel on sandybridge now
2010-09-28 Zhenyu Wangi965: sandybridge pipe control workaround before write...
2010-09-28 Zhenyu Wangi965: Add all device ids for sandybridge
2010-09-28 Zhenyu Wangi965: fix const register count for sandybridge
2010-09-28 Zhenyu Wangi965: Fix sampler on sandybridge
2010-09-28 Zhenyu Wangi965: fix jump count on sandybridge
2010-09-28 Zhenyu Wangi965: VS use SPF mode on sandybridge for now
2010-09-28 Zhenyu Wangi965: add sandybridge viewport state bo into validation...
2010-09-28 Zhenyu Wangi965: ignore quads for GS kernel on sandybridge
2010-09-28 Zhenyu Wangi965: ff sync message change for sandybridge
2010-09-28 Zhenyu Wangi965: fix point size setting in header on sandybridge
2010-09-28 Zhenyu Wangi965: force zero in clipper to ignore RTAIndex on sandy...
2010-09-28 Zhenyu Wangi965: Fix color interpolation on sandybridge
2010-09-28 Zhenyu Wangi965: enable accumulator update in PS kernel too on...
2010-09-28 Zhenyu Wangi965: new state dump for sandybridge
2010-09-28 Zhenyu Wangi965: disasm quarter and write enable instruction contr...
2010-09-28 Eric Anholti965: Add support for POW in gen6 FS.
2010-09-28 Eric Anholti965: Set up inputs to the fragment shader according...
2010-09-28 Eric Anholti965: Add support for attribute interpolation on Sandyb...
2010-09-28 Vinson Leedri: Add GET_PROGRAM_NAME definition for Mac OS X.
2010-09-28 Tom Stellardr300/compiler: Use rc_for_all_reads_src() in "dead...
2010-09-28 Tom Stellardr300/compiler: radeon_remove_constants.c: fix indentation
2010-09-28 Tom Stellardr300/compiler: Print immediate values after "dead const...
2010-09-28 Tom Stellardr300/compiler: Add more helper functions for iterating...
2010-09-28 Marek Olšákr300g: add support for 3D NPOT textures without mipmapping
2010-09-28 Marek Olšákr300/compiler: fix shadow sampling with swizzled coords
2010-09-28 Marek Olšákr300/compiler: do not use copy propagation if SaturateM...
2010-09-28 Marek Olšákr300/compiler: fix projective mapping of 2D NPOT textures
2010-09-28 Marek Olšákr300g: code cleanups
2010-09-28 Eric Anholti965: Add support for dFdx()/dFdy() to the FS backend.
2010-09-28 Eric Anholti965: Fix vector splitting RHS channel selection with...
2010-09-27 Eric Anholti965: Handle all_equal/any_nequal in the new FS.
2010-09-27 Eric Anholti965: Remove swizzling of assignment to vector-splittin...
2010-09-27 Eric Anholti965: Fix up writemasked assignments in the new FS.
2010-09-27 Ian RomanickRemove unnescessary initializations of UpdateTexturePalette
2010-09-27 Ian RomanickRemove GL_EXT_cull_vertex
2010-09-27 Ian RomanickRemove GL_MESA_packed_depth_stencil
2010-09-27 Ian Romanickmesa: Force GL_SGIS_generate_mipmap to always be enabled
2010-09-27 Ian Romanickmesa: Force GL_ARB_copy_buffer to always be enabled
2010-09-25 Tom Stellardr300/compiler: Fix two mistakes in the presubtract...
2010-09-25 Vinson Leeintel: Remove unnecessary header.
2010-09-25 Vinson Leeintel: Remove unnecessary headers.
2010-09-25 Vinson Leeunichrome: Remove unnecessary header.
2010-09-25 Vinson Leeintel: Fix implicit declaration of function '_mesa_meta...
2010-09-25 Eric Anholtintel: Improve some of the miptree debugging.
2010-09-25 Eric Anholtintel: More reverting of the sw fallback for depth...
2010-09-25 Eric Anholtintel: Add fallback debug to glGenerateMipmap.
2010-09-25 Eric Anholtintel: Fix segfault on INTEL_DEBUG=fbo with unsupported...
2010-09-24 Eric Anholti965: Add support for rendering to SARGB8 FBOs.
2010-09-24 Eric Anholtintel: Corresponding FinishRenderTexture debug to Begin...
next