summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* i965: Add missing types to type_sz().Matt Turner2016-06-021-1/+5
* mesa/extensions: Fix ES1 extension reportingNanley Chery2016-06-021-2/+2
* mesa/formatquery: add a comment to clarify INTERNALFORMAT_PREFERREDAlejandro Piñeiro2016-06-021-1/+4
* i965/formatquery: remove INTERNALFORMAT_PREFERRED implementationAlejandro Piñeiro2016-06-021-71/+0
* i965/eu: use simd8 when exec_size != EXECUTE_16Alejandro Piñeiro2016-06-021-2/+2
* i965: Remove old CS local ID handlingJordan Justen2016-06-016-120/+2
* i965: Enable cross-thread constants and compact local IDs for hsw+Jordan Justen2016-06-013-14/+6
* i965: Support new local ID push constant & cross-thread constantsJordan Justen2016-06-012-45/+52
* i965: Add CS push constant info to brw_cs_prog_dataJordan Justen2016-06-012-0/+73
* i965: Store number of threads in brw_cs_prog_dataJordan Justen2016-06-013-25/+23
* i965: Add nir based intrinsic lowering and thread ID uniformJordan Justen2016-06-014-0/+190
* i965: Put CS local thread ID uniform in last push registerJordan Justen2016-06-011-1/+25
* i965: Add uniform for a CS thread local base IDJordan Justen2016-06-013-1/+21
* i965: Add nir channel_num system valueJordan Justen2016-06-011-0/+15
* nir: Make lowering gl_LocalInvocationIndex optionalJordan Justen2016-06-011-1/+2
* glsl: Add glsl LowerCsDerivedVariables optionJordan Justen2016-06-013-0/+5
* i965/fs: Copy the offset when lowering logical pull constant sendsJason Ekstrand2016-06-011-0/+8
* i965: Fix isoline reads in scalar TES.Kenneth Graunke2016-06-011-1/+1
* st/mesa: implement PBO downloads for ReadPixelsNicolai Hähnle2016-06-013-3/+160
* st/mesa: hook up a no-op try_pbo_readpixelsNicolai Hähnle2016-06-011-20/+37
* st/mesa: add layer_offset to PBO fragment shaderNicolai Hähnle2016-06-012-4/+16
* st/mesa: create PBO download fragment shadersNicolai Hähnle2016-06-012-7/+79
* st/mesa: add PBO download enable bit and fragment shadersNicolai Hähnle2016-06-012-0/+17
* st/mesa: move shareable parts of PBO upload state and draw to st_pbo.cNicolai Hähnle2016-06-013-106/+129
* st/mesa: move PBO buffer address calculation to st_pbo.cNicolai Hähnle2016-06-013-120/+204
* st/mesa: move PBO upload fs creation to st_pbo.cNicolai Hähnle2016-06-013-77/+80
* st/mesa: rename pbo_upload to pboNicolai Hähnle2016-06-013-48/+48
* st/mesa: move PBO vertex and geometry shader creation to st_pbo.cNicolai Hähnle2016-06-013-89/+97
* st/mesa: begin moving PBO functions into their own fileNicolai Hähnle2016-06-016-61/+130
* gallium/cso: allow saving the first fragment shader image slotNicolai Hähnle2016-06-011-4/+5
* glsl: Use Geom.VerticesOut == -1 to specify unsetIan Romanick2016-06-011-1/+1
* i965: If control_data_header_size_bits is zero, don't do EndPrimitiveIan Romanick2016-06-012-0/+6
* mesa: Fix bogus strncmpIan Romanick2016-06-011-1/+1
* mesa/sampler: fix error codes for sampler parameters.Dave Airlie2016-06-011-27/+10
* i965: Add norbc debug optionTopi Pohjolainen2016-06-013-0/+4
* i965/gen9: Configure rbc buffers as plain for non-rbc tex viewsTopi Pohjolainen2016-06-012-3/+48
* i965: Fix the passthrough TCS for isolines.Kenneth Graunke2016-05-311-7/+12
* i965/xfb: skip components in correct buffer.Dave Airlie2016-06-011-4/+6
* mesa/bufferobj: use mapping range in BufferSubData.Dave Airlie2016-06-011-1/+1
* i965/fs: Allow scalar source regions on SNB math instructions.Francisco Jerez2016-05-313-17/+8
* i965/fs: Fix constant combining for instructions that cannot accept source mods.Francisco Jerez2016-05-311-4/+3
* i965/fs: Extend remove_duplicate_mrf_writes() to handle non-VGRF to MRF copies.Francisco Jerez2016-05-311-8/+8
* i965/fs: Fix compute_to_mrf() to coalesce VGRFs initialized by multiple singl...Francisco Jerez2016-05-311-10/+36
* i965/fs: Teach compute_to_mrf() about the COMPR4 address transformation.Francisco Jerez2016-05-311-1/+23
* i965/fs: Refactor compute_to_mrf() to split search and rewrite into separate ...Francisco Jerez2016-05-311-10/+25
* i965/fs: Fix compute-to-mrf VGRF region coverage condition.Francisco Jerez2016-05-311-3/+6
* i965/fs: Simplify and improve accuracy of compute_to_mrf() by using regions_o...Francisco Jerez2016-05-311-47/+13
* i965/fs: Teach regions_overlap() about COMPR4 MRF regions.Francisco Jerez2016-05-311-3/+17
* mesa: fix crash in driver_RenderTexture_is_safeMarek Olšák2016-05-311-1/+2
* st/glsl_to_tgsi: prevent infinite loopEric Engestrom2016-05-311-2/+3