summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* draw/llvm: Remove unused gs_constants from jit_contextZack Rusin2013-03-273-25/+11
* graw/gs: add missing max output vertices to all testsZack Rusin2013-03-274-0/+4
* radeonsi: add cs tracing v3Jerome Glisse2013-03-276-1/+124
* mesa: only check sample count if we actually wanted multisamplingChris Forbes2013-03-271-9/+10
* radeon/llvm: document LLVM commitChristian König2013-03-261-1/+1
* radeonsi: add preloading for all samplersChristian König2013-03-261-12/+45
* radeonsi: add preloading of all constantsChristian König2013-03-261-16/+51
* radeonsi: mark most intrinsics as readnone/nounwindChristian König2013-03-261-8/+10
* radeonsi: mark all loads as constantChristian König2013-03-261-7/+25
* radeonsi: remove wqm intrinsicChristian König2013-03-261-9/+0
* radeon/llvm: remove uneeded inclusionChristian König2013-03-261-1/+0
* 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
* gallium/docs: document get_driver_query_infoMarek Olšák2013-03-261-0/+12
* r600g: add a driver query returning the amount of requested VRAM and GTT memoryMarek Olšák2013-03-268-0/+61
* r600g: add a driver query returning the number of draw_vbo callsMarek Olšák2013-03-264-5/+65
* st/dri: integrate the HUDMarek Olšák2013-03-263-0/+11
* gallium: implement a heads-up display moduleMarek Olšák2013-03-269-0/+2082
* gallium: add interface for driver queries like performance counters, etc.Marek Olšák2013-03-263-1/+24
* gallium/tgsi: fix valgrind warningMarek Olšák2013-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-265-5/+83
* radeonsi: fix crash while binding a NULL constant bufferMarek Olšák2013-03-261-1/+1
* r600g: fix crash while binding a NULL constant bufferMarek Olšák2013-03-261-1/+1
* r300g: fix crash while binding a NULL constant bufferMarek Olšák2013-03-261-1/+1
* r600g: Use virtual address for PIPE_QUERY_SO* in r600_emit_query_endMartin Andersson2013-03-251-2/+3
* freedreno: use u_debug for debug env varsRob Clark2013-03-251-3/+10
* glsl ir: add as_dereference_recordJordan Justen2013-03-251-0/+6
* gallium: undef PACKAGE_* macros to silence warningsBrian Paul2013-03-251-0/+8
* gallivm: init vars to silence warningsBrian Paul2013-03-251-2/+2
* swrast: init vars to silence warningsBrian Paul2013-03-251-4/+4
* freedreno: prefer sw upload for texturesRob Clark2013-03-251-0/+2
* freedreno: track maximal scissor boundsRob Clark2013-03-259-136/+162
* android: fix Android.mk bug in mesa/drivers/dri/commonAdrian Marius Negreanu2013-03-251-1/+2
* mesa: Disable validate_ir_tree() on release builds.Eric Anholt2013-03-252-2/+6
* gallivm: move code for dealing with rgb9e5 and r11g11b10 formats to own fileRoland Scheidegger2013-03-245-343/+392
* llvmpipe: Fix assertions with assignment instead of comparison.Vinson Lee2013-03-241-2/+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
* clover: add dynamic_cast results checking down in clSetKernelArgument() code ...Dmitry Cherkassov2013-03-241-0/+12