summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* indices: fix provoking vertex for quads/quadstripsIlia Mirkin2015-04-181-3/+10
* primconvert: select pv convention only from flatshade_firstIlia Mirkin2015-04-181-2/+1
* freedreno/a3xx: enable polymode setting with non-fill modesIlia Mirkin2015-04-181-0/+4
* freedreno/a3xx: fix integer and 32-bit float border colorsIlia Mirkin2015-04-181-1/+30
* freedreno/a3xx: add support for float R/RG render targetsIlia Mirkin2015-04-181-4/+6
* mesa/main: add autogenerated format-info.c to gitignoreConnor Abbott2015-04-171-0/+1
* i965: Issue perf_debug messages for unsynchronized maps on !LLC systems.Kenneth Graunke2015-04-171-5/+11
* i965: Make shader_time store names/ids instead of referencing shaders.Kenneth Graunke2015-04-172-37/+19
* i965: Delete some unnecessary code in brw_report_shader_time().Kenneth Graunke2015-04-171-6/+1
* i965: Make shader_time use 0 instead of -1 for "no meaningful ID".Kenneth Graunke2015-04-171-8/+6
* adjust a couple of ifdefs to handle NetBSD correctlyTobias Nygren2015-04-173-3/+3
* i965: Render R16G16B16X16 as R16G16B16A16Anuj Phogat2015-04-171-0/+6
* i965: Update the comment about platforms supporting blorpAnuj Phogat2015-04-171-2/+2
* nir: Allow abs/neg in select peephole pass.Matt Turner2015-04-171-1/+3
* i965/fs: Change SEL and MOV types as needed to propagate source modifiersJason Ekstrand2015-04-171-4/+30
* i965/fs: Use the source type when looking for UD negations in copy propJason Ekstrand2015-04-171-1/+1
* freedreno/ir3/nir: few little fixesRob Clark2015-04-171-21/+28
* freedreno/ir3/nir: lower if/elseRob Clark2015-04-176-8/+381
* freedreno/a4xx: support for large shadersRob Clark2015-04-171-3/+26
* freedreno: update generated headersRob Clark2015-04-178-42/+354
* freedreno/ir3/nir: UBO supportRob Clark2015-04-172-0/+52
* freedreno/ir3: move out helperRob Clark2015-04-172-24/+23
* freedreno/a4xx: sysvals and UBOsRob Clark2015-04-173-24/+56
* nir/builder: add nir_builder_insert_after_instr()Rob Clark2015-04-171-2/+18
* gallium/ttn: fix TXFRob Clark2015-04-171-1/+7
* gallium/ttn: add UBO supportRob Clark2015-04-171-9/+60
* gallium/ttn: minor cleanupRob Clark2015-04-171-23/+17
* gallium/ttn: add support for TXL2Rob Clark2015-04-171-0/+11
* gallium/ttn: add support for texture offsetsRob Clark2015-04-171-1/+28
* mesa/st: Free st_translate with FREE macro.Brian Paul2015-04-171-1/+1
* libgl-gdi: Prevent "pure virtual method called" error when.Jose Fonseca2015-04-161-2/+20
* nir: Convert the if-test for num_inputs == 2 to an assertionIan Romanick2015-04-161-2/+2
* glsl_to_tgsi: only associate the uniform storage once at link timeMarek Olšák2015-04-161-24/+0
* glsl_to_tgsi: add STATE_FB_WPOS_Y_TRANSFORM at link timeMarek Olšák2015-04-161-20/+24
* glsl_to_tgsi: add assertions for detecting out-of-bounds immediates accessMarek Olšák2015-04-161-0/+6
* glsl_to_tgsi: don't use a potentially-undefined immediate for ir_query_levelsMarek Olšák2015-04-161-5/+3
* glsl_to_tgsi: fix out-of-bounds constant access and crash for uniformsMarek Olšák2015-04-161-4/+7
* glsl_to_tgsi: cleanup includesMarek Olšák2015-04-163-25/+10
* mesa/program: remove dead codeMarek Olšák2015-04-162-81/+0
* radeonsi: add a debug option to compile shaders when they're createdMarek Olšák2015-04-163-0/+6
* st/mesa: add a debug option to compile shaders at link timeMarek Olšák2015-04-166-4/+55
* i965: Rewrite ir_tex to ir_txl with lod 0 for vertex shadersKristian Høgsberg2015-04-161-0/+9
* radeonsi: remove bogus r600-- tripleEmil Velikov2015-04-161-2/+0
* i965/skl: Add the header for constant loads outside of the generatorNeil Roberts2015-04-166-35/+63
* i965/vec4: Add a helper function to emit VS_OPCODE_PULL_CONSTANT_LOADNeil Roberts2015-04-163-77/+75
* mesa,glsl: rename `interface` to `programInterface`.Jose Fonseca2015-04-163-25/+25
* gbm: Add GBM_BO_USE_LINEAR flagFlora Cui2015-04-162-0/+6
* mesa: refactor GetUniformBlockIndexTapani Pälli2015-04-161-6/+6
* mesa: refactor GetUniformIndicesTapani Pälli2015-04-161-3/+3
* mesa: refactor GetUniformLocationTapani Pälli2015-04-161-18/+1