summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* scons: Build classic mesa gdi driver.José Fonseca2011-04-236-115/+52
* osmesa: Fix Mingw build.José Fonseca2011-04-231-16/+1
* scons: Build osmesa.José Fonseca2011-04-232-0/+37
* r300/compiler: fix up error messageMarek Olšák2011-04-221-2/+2
* i915: Gut all remaining bits of hardware fogIan Romanick2011-04-214-107/+13
* i915: i915_context::vertex_fog is always I915_FOG_NONE, so kill itIan Romanick2011-04-213-8/+1
* i915: There's always a fragment programIan Romanick2011-04-211-26/+5
* i915: Delete disabled try_pixel_fog pathsIan Romanick2011-04-211-55/+0
* mesa: Kill gl_fragment_program::FogOption with fireIan Romanick2011-04-211-2/+0
* i915: gl_fragment_program::FogOption is always GL_NONE so don't check itIan Romanick2011-04-212-11/+2
* i965: gl_fragment_program::FogOption is always GL_NONE so don't check itIan Romanick2011-04-211-5/+0
* i965: Remove dead vertex buffer structs.Kenneth Graunke2011-04-201-25/+0
* intel: Add support for ARB_color_buffer_float.Eric Anholt2011-04-209-10/+28
* meta: Add support for ARB_color_buffer_float to _mesa_meta_Clear().Eric Anholt2011-04-201-4/+24
* meta: Add support for ARB_color_buffer_float to _mesa_meta_DrawPixels.Eric Anholt2011-04-201-0/+28
* intel: Add support for ARB_texture_float.Eric Anholt2011-04-206-2/+62
* intel: Add support for blit copies of >32bpp formats.Eric Anholt2011-04-201-0/+11
* r600c: add evergreen big endian supportAlex Deucher2011-04-195-9/+286
* r600c: add big endian support for r6xx/r7xxCédric Cano2011-04-1911-50/+508
* r200: enable some extensionsMarek Olšák2011-04-191-2/+10
* r300/compiler: Fix dataflow analysis bug with ELSE blocksTom Stellard2011-04-181-0/+7
* i965: Convert 3DPRIMITIVE command from struct-style to OUT_BATCH style.Kenneth Graunke2011-04-183-46/+37
* i965: Allocate the whole URB to the VS and fix calculations for Gen6.Kenneth Graunke2011-04-183-19/+25
* intel: Add I8 and L8 to intel_mesa_format_to_rb_datatype().Eric Anholt2011-04-181-0/+2
* Revert "intel: Add spans code for the ARB_texture_rg support."Eric Anholt2011-04-181-122/+0
* intel: Use mesa core's R8, RG88, R16, RG1616 RB accessors.Eric Anholt2011-04-181-25/+4
* intel: Use Mesa core's renderbuffer accessors for depth.Eric Anholt2011-04-181-33/+15
* intel: Use _mesa_base_tex_format for FBO texture attachments.Eric Anholt2011-04-181-1/+1
* i965: Quit spamming gen6 DP read/write send instructions with gen5 bits.Eric Anholt2011-04-171-6/+0
* i965/fs: Add gen6 register spilling support.Eric Anholt2011-04-175-31/+58
* r300/compiler: Fix incorrect presubtract conversionTom Stellard2011-04-161-0/+24
* Revert "r300/compiler: Don't try to convert RGB to Alpha in full instructions"Marek Olšák2011-04-151-2/+1
* mesa: finish up ARB_texture_floatMarek Olšák2011-04-152-2/+0
* i965/fs: Constant-fold immediates in src0 of SEL instructions.Eric Anholt2011-04-134-0/+16
* i965/fs: Constant-fold immediates in src0 of CMP instructions.Eric Anholt2011-04-133-0/+45
* i965: Change assertion condition from implicit to explicitChad Versace2011-04-121-2/+1
* i965: Define BRW_DEPTHFORMAT_D24_UNORM_X8_UINTChad Versace2011-04-121-0/+1
* i965: Document brw_context.state.depth_regionChad Versace2011-04-122-1/+23
* i965: Remove unnecessary release/reference of brw_context.state.depth_regionChad Versace2011-04-121-6/+4
* i965: Add comments about URB size units and limits.Kenneth Graunke2011-04-122-4/+10
* i965: Never enable the GS on Gen6.Kenneth Graunke2011-04-121-32/+16
* Revert "i965: Reinstate max-index paranoia"Chris Wilson2011-04-121-1/+1
* nouveau_vieux: fix build since sampler objects mergeDave Airlie2011-04-123-12/+12
* r600: silence various compiler warningsBrian Paul2011-04-117-10/+19
* Merge branch 'arb_sampler_objects'Brian Paul2011-04-1134-228/+232
|\
| * mesa: fixup r600 DRI driver for sampler object changesBrian Paul2011-04-114-26/+26
| * mesa: move sampler state into new gl_sampler_object typeBrian Paul2011-04-1034-218/+222
* | Revert "i965: clear global offset to zero in m0.2 for VS DP read."Zou Nan hai2011-04-121-9/+0
* | i965: Remove hint_gs_always and resulting dead codeIan Romanick2011-04-113-76/+13
* | intel: Fix ROUND_DOWN_TO macroIan Romanick2011-04-111-3/+27