summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* draw: fix prim ids when there's no gsRoland Scheidegger2015-04-233-2/+15
* gallium/radeon: don't crash when getting out-of-bounds TEMP referencesMarek Olšák2015-04-231-0/+6
* nir/lower_source_mods: Don't propagate register sourcesJason Ekstrand2015-04-221-0/+7
* nir: Rewrite instr_rewrite_srcJason Ekstrand2015-04-221-24/+28
* nir/locals_to_regs: Hanadle indirect accesses of length-1 arraysJason Ekstrand2015-04-221-0/+8
* nir/locals_to_regs: Initialize registers with constant initializersJason Ekstrand2015-04-221-0/+103
* nir/locals_to_regs: Pass around the nir_shader rather than a void * mem_ctxJason Ekstrand2015-04-221-13/+13
* nir: Add a simple growing array data structureJason Ekstrand2015-04-221-0/+96
* nir/types: Make glsl_get_length smarterJason Ekstrand2015-04-224-55/+8
* nir: Move get_const_initializer_load from vars_to_ssa to NIR coreJason Ekstrand2015-04-223-62/+65
* nir/lower_vars_to_ssa: Pass around the nir_shader instead of a void mem_ctxJason Ekstrand2015-04-221-14/+14
* i965/nir: Use the correct offsets when handling register indirectsJason Ekstrand2015-04-221-27/+27
* nir/print: Print the closing paren on load_const instructionsJason Ekstrand2015-04-221-0/+2
* nir/tex: Use the correct return size for query_levels and lodJason Ekstrand2015-04-221-1/+4
* nir: Refactor tex_instr_dest_size to use a switch statementJason Ekstrand2015-04-221-5/+8
* nir/lower_vars_to_ssa: Actually look for indirects when determining aliasingJason Ekstrand2015-04-221-0/+4
* st/mesa: add ARB_texture_stencil8 support (v4)Dave Airlie2015-04-234-16/+22
* mesa: finish implementing ARB_texture_stencil8 (v5)Dave Airlie2015-04-234-5/+58
* mesa: remove the gl_sl_pragmas structureJason Ekstrand2015-04-223-22/+0
* i965: Add a brw_compiler structure and store the register sets in itJason Ekstrand2015-04-227-97/+120
* i965: Rename brw_compile to brw_codegenJason Ekstrand2015-04-2229-246/+246
* i965: Use device_info instead of the context for computing vue mapsJason Ekstrand2015-04-224-7/+12
* i965: Use device_info instead of the context in instruction schedulingJason Ekstrand2015-04-223-14/+13
* i965: Add a devinfo field to backend_visitor and use it for gen checksJason Ekstrand2015-04-2219-221/+225
* i965: Remove remaining uses of ctx->Const.UniformBooleanTrue in visitorsJason Ekstrand2015-04-222-12/+6
* i965/vec4: Add a devinfo field to the generator and use it for gen checksJason Ekstrand2015-04-222-46/+42
* i965/fs: Add a devinfo field to the generator and use it for gen checksJason Ekstrand2015-04-222-59/+58
* i965/device_info: Add a supports_simd16_3src flagJason Ekstrand2015-04-226-55/+56
* i965/device_info: Add a HSW_FEATURES macroJason Ekstrand2015-04-221-3/+7
* i965: Make the annotation code take a device_info instead of a contextJason Ekstrand2015-04-224-10/+14
* i965/fs: Remove the GL context from the generatorJason Ekstrand2015-04-222-11/+1
* i965: Remove the context field from brw_compilerJason Ekstrand2015-04-2215-63/+42
* i965: Make the disassembler take a device_info instead of a contextJason Ekstrand2015-04-2211-109/+99
* i965: Make instruction compaction take a device_info instead of a contextJason Ekstrand2015-04-224-109/+112
* i965: Make the brw_inst helpers take a device_info instead of a contextJason Ekstrand2015-04-2216-995/+1006
* i965/eu: Add a devinfo parameter to brw_compileJason Ekstrand2015-04-222-0/+2
* i965: Do better fake context setup in unit testsJason Ekstrand2015-04-225-5/+24
* i965: Remove the context parameter from brw_texture_offsetJason Ekstrand2015-04-225-12/+5
* softpipe: fix stencil write to use an integer valueDave Airlie2015-04-231-1/+1
* mesa: Fix typo in a commentAnuj Phogat2015-04-221-2/+2
* freedreno: misc minor cleanupsRob Clark2015-04-223-9/+10
* freedreno/a4xx: (partial) gl_FragCoord.zwRob Clark2015-04-221-5/+11
* freedreno/a4xx: primitive-restartRob Clark2015-04-221-0/+5
* freedreno/nir: sysval fixesRob Clark2015-04-222-5/+12
* freedreno/a4xx: wire up integer texture samplingRob Clark2015-04-223-5/+44
* freedreno/a4xx: formats updates/fixesRob Clark2015-04-223-32/+84
* freedreno: update generated headersRob Clark2015-04-226-20/+123
* gallium/targets/d3dadapter9: drop the libdrm prefix for drm.hEmil Velikov2015-04-221-1/+1
* cso: minor comment fixBrian Paul2015-04-221-1/+1
* glsl: rewrite glsl_type::record_key_hash() to avoid buffer overflowBrian Paul2015-04-221-10/+13