summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
...
* i965/fs: Include everything but the final FB write in shader_time.Eric Anholt2013-03-282-5/+15
* i965/fs: Switch shader_time writes to using GRFs.Eric Anholt2013-03-286-19/+63
* i965: Provide more detailed information to match shader_time to programs.Eric Anholt2013-03-281-13/+50
* i965: Track ARB program state along with GLSL state for shader_time.Eric Anholt2013-03-286-29/+47
* st/mesa: remove leftover printfs from ReadPixelsMarek Olšák2013-03-281-3/+0
* i965/fs: Improve performance of copy propagation dataflow using bitsets.Eric Anholt2013-03-281-33/+34
* mesa: only check sample count if we actually wanted multisamplingChris Forbes2013-03-271-9/+10
* glsl_to_tgsi: avoid creating arrays if driver doesn't support themChristian König2013-03-261-1/+3
* glsl_to_tgsi: make simplify_cmp work with arraysChristian König2013-03-261-1/+1
* st/mesa: fix crash with blit-based GetTexImageMarek Olšák2013-03-261-1/+1
* cso: add constant buffer save/restore feature for postprocessingMarek Olšák2013-03-261-3/+5
* swrast: init vars to silence warningsBrian Paul2013-03-251-4/+4
* android: fix Android.mk bug in mesa/drivers/dri/commonAdrian Marius Negreanu2013-03-251-1/+2
* i965: Shrink brw_vue_map struct.Paul Berry2013-03-242-2/+10
* i965/fs: Rename vp_outputs_written to input_slots_valid.Paul Berry2013-03-243-7/+7
* i965: Use brw.vue_map_geom_out instead of VS output VUE map where appropriate.Paul Berry2013-03-247-31/+29
* i965: Store the geometry output VUE map in brw_context.Paul Berry2013-03-243-0/+17
* i965: Move brw_vs_prog_data::outputs_written into VUE map.Paul Berry2013-03-247-21/+27
* i965/gen7: Use WE_all mode when enabling channel masks for URB write.Paul Berry2013-03-241-0/+1
* i965: Rename BRW_VARYING_SLOT_MAX -> BRW_VARYING_SLOT_COUNT.Paul Berry2013-03-245-10/+10
* i965: Clarify nomenclature: vert_result -> varyingPaul Berry2013-03-2315-152/+149
* i965: bump MAX_DEPTH_TEXTURE_SAMPLES to 4/8Chris Forbes2013-03-241-2/+2
* mesa: use _mesa_check_sample_count() for multisample texturesChris Forbes2013-03-242-30/+33
* mesa: helper for checking renderbuffer sample countChris Forbes2013-03-243-3/+69
* mesa: allow internalformat_query with multisample texture targetsChris Forbes2013-03-245-12/+20
* gallium,st/mesa: don't use blit-based transfers with software rasterizersMarek Olšák2013-03-234-0/+15
* st/mesa: implement blit-based ReadPixelsMarek Olšák2013-03-233-13/+189
* mesa: add common format-independent memcpy-based ReadPixels pathMarek Olšák2013-03-234-37/+167
* mesa: add helper func for checking combined depthstencil buffers from st/mesaMarek Olšák2013-03-235-44/+35
* mesa: add a common function returning transfer ops for ReadPixelsMarek Olšák2013-03-231-20/+74
* mesa: handle HALF_FLOAT like FLOAT in get_tex_rgbaMarek Olšák2013-03-231-0/+1
* i965: Add a driconf option to disable flush throttling.Paul Berry2013-03-214-2/+15
* mesa: Implement TEXTURE_IMMUTABLE_LEVELS for ES 3.0.Matt Turner2013-03-213-0/+14
* meta: fix incorrect slice, r coordinate computationBrian Paul2013-03-211-4/+9
* meta: minor indentation fixBrian Paul2013-03-211-1/+1
* i965/vs: Add IR dumping for immediates.Kenneth Graunke2013-03-201-0/+16
* i965: Don't use texture swizzling to force alpha to 1.0 if unnecessary.Kenneth Graunke2013-03-201-1/+2
* i965: Don't print a fatal-looking message if intelCreateContext fails.Kenneth Graunke2013-03-201-1/+0
* i965/gen7: Align all depth miplevels to 8 in the X direction.Eric Anholt2013-03-201-1/+9
* gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3Christoph Bumiller2013-03-203-11/+39
* i965/fs: Avoid unnecessary recompiles due to POS bit of proj_attrib_mask.Paul Berry2013-03-192-2/+12
* ff_fragment_shader: Don't do unnecessary (and dangerous) uniform setup.Paul Berry2013-03-191-16/+0
* i965: Avoid unnecessary copy when depthstencil workaround invoked by clear.Paul Berry2013-03-1910-17/+52
* osmesa: fix out-of-tree buildAndreas Boll2013-03-191-0/+1
* mesa: use ieee fp on s390 and m68kAndreas Boll2013-03-191-1/+2
* glsl_to_tgsi: remove indirect addressing limitationsChristian König2013-03-191-33/+3
* glsl_to_tgsi: allocate arrays separately v2Christian König2013-03-192-31/+59
* glsl_to_tgsi: use get_temp for all allocationsChristian König2013-03-191-13/+10
* Add dri image entry point for creating image from fdKristian Høgsberg2013-03-183-4/+94
* i965/blorp: Add INTEL_DEBUG=blorp flag.Paul Berry2013-03-183-0/+8