Add MESA_FORMAT_XRGB8888_REV.
[mesa.git] / src / mesa / drivers /
2009-11-17 Dave Airlieradeon: rn50's have no 3D engine so don't try and init...
2009-11-16 Ian Romanicki965: Use MESA_FORMAT_AL1616 when appropriate
2009-11-16 Alex Deucherr600: don't force Z order
2009-11-16 Brian Paulmesa: remove unused vertex array driver hooks
2009-11-14 Eric Anholti965: Share OPCODE_TXB between brw_wm_emit.c and brw_wm...
2009-11-14 Eric Anholti965: Share OPCODE_TEX between brw_wm_emit.c and brw_wm...
2009-11-13 Eric Anholti965: Clean up emit_tex a bit.
2009-11-13 Eric AnholtMerge remote branch 'origin/mesa_7_6_branch'
2009-11-13 Eric Anholti965: Flag BRW_NEW_CONTEXT on some context state.
2009-11-13 Eric Anholtintel: Remove some dead context structure fields.
2009-11-13 Eric Anholti965: Remove an unused cache_item field.
2009-11-13 Eric Anholti965: Remove long dead structures for ffvertex_prog.c.
2009-11-13 Eric Anholti965: Use bo_map instead of subdata to upload the bits...
2009-11-13 Eric Anholti965: Validate the number of URB entries selected for...
2009-11-13 Eric Anholtintel: When subdataing a busy buffer, use a temporary...
2009-11-13 Eric Anholti965: Clean up Ironlake sampler type definitions.
2009-11-13 Eric Anholti965: Avoid moving the current value back into the...
2009-11-12 Ian Romanickintel: Don't check for context pointer to be NULL durin...
2009-11-12 Ian Romanickintel: Remove unused enable_imaging parameter to intelI...
2009-11-12 Eric Anholti965: Fix Ironlake shadow comparisons.
2009-11-12 Eric Anholti965: Fix VBO last-valid-offset setup on Ironlake.
2009-11-12 Roland Scheideggeri965: fix EXT_provoking_vertex support
2009-11-11 Corbin Simpsonr300, r300g: Add missing registers.
2009-11-10 Eric Anholti965: Fix VS constant buffer value loading.
2009-11-10 Eric Anholti965: Unalias src/dst registers for SGE and friends.
2009-11-10 Eric Anholti965: Allow use of PROGRAM_LOCAL constants in ARB_vp.
2009-11-11 Eric AnholtMerge remote branch 'origin/mesa_7_6_branch'
2009-11-11 Eric Anholti965: avoid memsetting all the BRW_WM_MAX_INSN arrays...
2009-11-11 Eric Anholti965: Add a note explaining the data cache domain.
2009-11-10 Eric Anholti965: Unalias src/dst registers for SGE and friends.
2009-11-10 Eric Anholti965: Allow use of PROGRAM_LOCAL constants in ARB_vp.
2009-11-09 Jerome Glisser600/r700: typo, fix mask of DB_ALPHA_TO_MASK
2009-11-09 Alex Deucherr600: don't emit htile regs
2009-11-09 Alex Deucherr600: rework DB render setup
2009-11-09 Alex Deucherr600: don't emit htile regs
2009-11-09 Alex Deucherr600: add missing ZPASS setup bits for r7xx+
2009-11-07 Eric Anholti965: Use Compr4 instruction compression mode on G4X...
2009-11-07 Eric Anholti965: Share min/max between brw_wm_emit.c and brw_wm_glsl.c
2009-11-07 Eric Anholti965: Share emit_fb_write() between brw_wm_emit.c and...
2009-11-07 Eric Anholti965: Share most of the WM functions between brw_wm_gls...
2009-11-07 Eric Anholti965: Share math functions between brw_wm_glsl.c and...
2009-11-07 Eric Anholti965: Share the sop opcodes between brw_wm_glsl.c and...
2009-11-07 Eric Anholti965: Share OPCODE_MAD between brw_wm_glsl.c and brw_wm...
2009-11-07 Eric Anholti965: Share the DP3, DP4, and DPH between brw_wm_glsl...
2009-11-07 Eric Anholti965: Add generic GLSL code for unaliasing a 3-arg...
2009-11-07 Eric Anholti965: Use a normal alu1 emit for OPCODE_TRUNC.
2009-11-07 Eric Anholti965: Share basic ALU ops between brw_wm_glsl and brw_w...
2009-11-07 Eric Anholti965: Collect GLSL src/dst regs up in generic code.
2009-11-06 Brian Paulintel: better front color buffer test in intelClear()
2009-11-06 Eric Anholti965: Always pass the size argument to brw_cache_data.
2009-11-06 Eric Anholtintel: Finish removing the fallback code for bug #16697.
2009-11-06 Eric Anholtintel: Don't validate in a texture image used as a...
2009-11-06 Eric Anholtintel: Clean up some extra struct indirection in finalize.
2009-11-06 Eric Anholtintel: Use _mesa_get_current_tex_object() to clean...
2009-11-06 Eric Anholtintel: Remove duplicated arguments from intel_miptree_m...
2009-11-06 Eric Anholti965: Remove an XXX comment for testing some code that...
2009-11-06 Eric Anholtintel: Remove obsolete comment about GEM in the spans...
2009-11-06 Eric Anholtintel: Use PIPE_CONTROL on gen4 hardware for doing...
2009-11-06 Eric AnholtMake a convenient int for what chipset generation we...
2009-11-06 Ian RomanickMerge branch 'mesa_7_6_branch'
2009-11-06 Brian Paulintel: call intel_check_front_buffer_rendering() in...
2009-11-05 Brian Paulxmesa: pass pixmap to clip_for_xgetimage()
2009-11-05 Brian PaulMerge branch 'mesa_7_6_branch'
2009-11-04 Alex Deucherr600: rework draw functions
2009-11-04 Alex Deucherr600: fix count prediction for IB case
2009-11-04 Alan HourihaneFix YTILE spantmp functions
2009-11-04 Alan HourihaneFix YTILE spantmp functions
2009-11-04 Vinson Leeglslcompiler: Fix Mac OS build.
2009-11-03 Karl Schultzwindows: remove old entrypoints from mesa.def file
2009-11-03 Brian PaulMerge branch 'mesa_7_6_branch'
2009-11-03 Brian Paulintel: avoid unnecessary front buffer flushing/updating
2009-11-03 Brian Paulmesa: use _mesa_get_current_tex_object()
2009-11-02 Pierre Ossmanr600: implement LOG op in compiler
2009-11-02 Pierre Ossmanr600: implement EXP op in compiler
2009-10-31 Dave Airlieradeon: add missing include
2009-10-31 Dave Airlieradeon: use _mesa_get_current_tex_unit
2009-10-31 Eric Anholtintel: Use GTT mapping when available for swrast.
2009-10-31 Eric Anholtintel: Fix up z24_x8 depth spans since the texformat...
2009-10-30 Eric Anholti965: Add an index assert on get_fp_inst array like...
2009-10-30 Eric Anholti965: Fix BRW_WM_MAX_INSN to reflect current limits.
2009-10-30 Eric Anholtintel: Set the texture format in the TFP path.
2009-10-30 Alex Deucherr600: remove duplicate line
2009-10-30 Alex Deucherr600: fill in some missing tex formats
2009-10-30 Alex Deucherr600: fix a warning, update comments
2009-10-30 Andre Maasikasr600: use AUTO_INDEX for draw - saves cmd buffer space
2009-10-30 Brian Paulintel: fix up some XRGB breakage
2009-10-30 Chow Loong JinAdd --with-dri-searchpath argument
2009-10-30 Brian Paulintel: update intel_create_renderbuffer(format), add...
2009-10-29 Alex Deucherr600: remove the no rrb messages
2009-10-29 Alex Deucherr600: Add support for ARB_depth_clamp
2009-10-29 Brian Paulintel: remove memcpy_get_tex_image() code
2009-10-29 Brian Pauli965: indentation fix
2009-10-29 Brian Pauli965: make brw_sf_prog_key::sprite_origin_lower_left...
2009-10-29 Brian Pauli965: make brw_wm_prog_key a little smaller
2009-10-29 Eric Anholti915: Fix 1D texture mapping in the t coordinate.
2009-10-29 Eric Anholti915: Correct and make use of the defines for 32-bit...
2009-10-29 Brian Pauli965: avoid shader translation on window resize
2009-10-29 Brian Pauli965: define, use BRW_MAX_DRAW_BUFFERS
2009-10-29 Brian Pauli965: remove unused var
2009-10-29 Brian Pauli965: don't use context state in emit_fb_write()
next