aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
* i965: new VS: use the VUE map to write out vertex attributes.Paul Berry2011-09-062-113/+55
* i965: new VS: move clip distance computation (GEN5+) to a separate function.Paul Berry2011-09-062-13/+23
* i965: new VS: Move PSIZ/flags computation to a separate function.Paul Berry2011-09-062-17/+23
* i965: new VS: move NDC computation (GEN4-5) to a separate function.Paul Berry2011-09-062-2/+9
* i965: new VS: Use output_reg[] to find NDC and HPOS registers.Paul Berry2011-09-062-8/+14
* i965: old VS: use the VUE map to compute the URB entry size.Paul Berry2011-09-062-25/+7
* i965: old VS: Use brw_vue_map instead of implicit assumptions about VUE struc...Paul Berry2011-09-062-111/+71
* i965: Add functions to compute offsets within the VUE map.Paul Berry2011-09-061-0/+18
* i965: Write code to compute a VUE map.Paul Berry2011-09-062-0/+168
* Refactor code that converts between gl_vert_result and gl_frag_attrib.Paul Berry2011-09-064-39/+9
* mesa: add a UniformBooleanTrue optionBryan Cain2011-09-051-1/+3
* intel: fix build errorYuanhan Liu2011-09-031-1/+1
* intel: Give an explanation why we are exiting for debugging.Eugeni Dodonov2011-09-021-0/+1
* i965/vs: Fix NULL pointer dereference in pre-Gen6 push constant loading.Kenneth Graunke2011-09-021-2/+2
* intel: Upload batchbuffer contents even if INTEL_NO_HW is set.Eric Anholt2011-09-021-8/+8
* intel: fix GLESv1 supportChia-I Wu2011-09-013-8/+58
* intel: rename intel_extensions_es2.c to intel_extensions_es.cChia-I Wu2011-09-017-4/+4
* i915: build i915_dri.so for AndroidChia-I Wu2011-09-012-0/+63
* i915: factor our source lists into Makefile.sourcesChia-I Wu2011-09-012-47/+53
* i965: fix Android buildChia-I Wu2011-09-012-4/+8
* mesa: Replace the EmitNoIfs compiler flag with a MaxIfDepth flag.Bryan Cain2011-08-311-1/+1
* glsl: Use a separate div_to_mul_rcp lowering flag for integers.Bryan Cain2011-08-311-0/+1
* i965/vs: Avoid the emit(), remove(), insert_before() for array instructions.Eric Anholt2011-08-312-46/+56
* i965/vs: Move logic for weird CMP type handling to CMP generators.Eric Anholt2011-08-312-40/+23
* i965/vs: Convert emit() calls to the new instruction generators.Eric Anholt2011-08-311-166/+127
* i965/vs: Convert gen6 userclip handling to new generators.Eric Anholt2011-08-311-3/+3
* i965/vs: Create instruction generators outside of the emit() functions.Eric Anholt2011-08-312-0/+90
* intel: Restructure TexSubImage as just the 2D implementation and blit func.Eric Anholt2011-08-301-100/+114
* intel: Remove the passthrough TexSubImage[13]D functions.Eric Anholt2011-08-301-42/+0
* i965/vs: Fix GL_FIXED setup when a writemask is present.Eric Anholt2011-08-302-13/+24
* i965/vs: Pack live uniform vectors together in the push constant upload.Eric Anholt2011-08-304-3/+98
* i965/vs: Track uniforms as separate vectors once we've done array access.Eric Anholt2011-08-303-0/+38
* i965/vs: Don't lower uniform array indexing.Eric Anholt2011-08-301-1/+1
* i965/vs: Add support for pull constant loads for uniform arrays.Eric Anholt2011-08-306-5/+195
* i965/vs: Restructure emit() functions around a vec4_instruction constructor.Eric Anholt2011-08-302-16/+33
* i965: Make the old VS backend record pull constant references in pull_params[].Eric Anholt2011-08-303-9/+25
* i965: Use native integer uniforms when the new VS backend is in use.Eric Anholt2011-08-306-31/+13
* i965/vs: Move the flag for whether to use the new backend to the context.Eric Anholt2011-08-303-5/+4
* i965: Build i965_dri.so for AndroidChad Versace2011-08-302-0/+96
* i965: Fix Android build by removing relative includesChad Versace2011-08-3024-40/+40
* dri: Build libmesa_dri_common for AndroidChad Versace2011-08-302-0/+68
* make: Factor out source lists from drivers/dri/common into Makefile.sourcesChad Versace2011-08-302-13/+26
* make: Remove duplicate occurence of driverfuncs.cChad Versace2011-08-302-2/+0
* make: Remove duplicate defintion of COMMON_SOURCES in Radeon makefilesChad Versace2011-08-302-18/+0
* i965: Avoid generating MOVs for most ir_assignment handling.Kenneth Graunke2011-08-292-0/+48
* i965/fs: Revert "Avoid generating MOVs for assignments for expressions."Kenneth Graunke2011-08-292-77/+10
* mesa: Remove all mention of MESA_FORMAT_CI8Ian Romanick2011-08-293-4/+0
* dri: Remove MESA_FORMAT_CI8 bits from drivers that don't do paletted texturesIan Romanick2011-08-2912-32/+0
* intel: Rely on Mesa core for the non-blit glTexSubImage* implementation.Eric Anholt2011-08-291-84/+65
* intel: Remove our custom _mesa_store_compressed_texsubimage2d().Eric Anholt2011-08-291-83/+33