aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* i965/blorp: Use NIR for clear shadersJason Ekstrand2016-05-141-145/+39
* i965/blorp: Create the program key in get_clear_kernelJason Ekstrand2016-05-141-17/+15
* i965/blorp: Add a helper for compiling NIR shadersJason Ekstrand2016-05-142-0/+105
* blorp: Add initial state setup support for SIMD8 dispatchJason Ekstrand2016-05-147-34/+67
* i965/blorp: Add a param array to prog_dataJason Ekstrand2016-05-143-5/+22
* i965/blorp: Add a prog_data_init helperJason Ekstrand2016-05-144-2/+12
* i965/fs: Implement the new NIR MCS texturingJason Ekstrand2016-05-141-2/+12
* nir: Add texture opcodes and source types for multisample compressionJason Ekstrand2016-05-142-0/+12
* nir/builder: Add a helper for grabbing multiple channels from an ssa defJason Ekstrand2016-05-142-3/+15
* nir/builder: Generate the alu helpers directly in pythonJason Ekstrand2016-05-142-31/+13
* i965/fs: Use MRF0 for the repclear messageJason Ekstrand2016-05-141-1/+1
* i965/blorp: Simplify the sample layout calculationJason Ekstrand2016-05-141-17/+7
* i965/fs: Organize prog_data by ksp number rather than SIMD widthJason Ekstrand2016-05-1411-192/+110
* i965/gen7_wm: Move where we set the fast clear opJason Ekstrand2016-05-141-2/+2
* i965/fs: Stop setting dispatch_grf_start_reg from the visitorJason Ekstrand2016-05-145-14/+9
* i965/fs: Clean up the logic in compile_fs a bitJason Ekstrand2016-05-141-32/+41
* i965/state: Clean up WM/PS state to pull more things out of prog_dataJason Ekstrand2016-05-144-44/+15
* i965/fs: Rework the persample shading key/prog_data bitsJason Ekstrand2016-05-147-56/+60
* nir: Add an info bit for uses_sample_qualifierJason Ekstrand2016-05-143-1/+13
* i965: Fix undefined df bits in brw_reg comparisons.Kenneth Graunke2016-05-144-12/+22
* i965: disable cull distance temporarily.Dave Airlie2016-05-141-1/+1
* Revert "glsl: Extend lowering pass for gl_ClipDistance to support other array...Dave Airlie2016-05-143-160/+95
* docs: Mark GL_OES_shader_io_blocks as startedIan Romanick2016-05-131-1/+1
* docs: update ARB_cull_distance status.Kristian Høgsberg Kristensen2016-05-132-1/+2
* i965: Add support for GL_ARB_cull_distanceKristian Høgsberg Kristensen2016-05-139-3/+23
* st/mesa: flip y coordinate of interpolateAtOffset for winsysIlia Mirkin2016-05-131-2/+22
* glsl: make sure that textureProj(bias) variants are only exposed in fsIlia Mirkin2016-05-131-37/+37
* glsl: be more strict when validating shader inputsIlia Mirkin2016-05-131-8/+18
* glsl: make sure that interpolateAt arguments are variablesIlia Mirkin2016-05-131-1/+1
* mesa/st: Add support for GL_ARB_cull_distance (v2)Tobias Klausmann2016-05-142-0/+27
* gallium: Add a pipe cap for arb_cull_distanceTobias Klausmann2016-05-1415-0/+16
* glsl: Add arb_cull_distance support (v3)Tobias Klausmann2016-05-1412-39/+185
* glsl: Extend lowering pass for gl_ClipDistance to support other arrays (v4)Tobias Klausmann2016-05-143-95/+160
* glsl: rename lower_clip_distance to lower_distance.Dave Airlie2016-05-142-55/+55
* mesa/main: Add support for GL_ARB_cull_distance (v2)Tobias Klausmann2016-05-1410-6/+27
* glapi: Add GL_ARB_cull_distanceTobias Klausmann2016-05-141-1/+6
* anv/copy: Fix copying Images from Buffers with larger dimensionsNanley Chery2016-05-131-8/+11
* .mailmap: Fix my email addresses.Maarten Lankhorst2016-05-131-2/+3
* radeonsi/sid_tables: rename reg_table to sid_reg_tableNicolai Hähnle2016-05-132-3/+3
* radeonsi/sid_tables: store offset into global fields table instead of pointerNicolai Hähnle2016-05-132-9/+16
* radeonsi/sid_tables: store strings by offset instead of by pointerNicolai Hähnle2016-05-132-28/+141
* r600: remove TABLE_SIZE macroNicolai Hähnle2016-05-132-4/+2
* r600: move alu_op_table to .c fileNicolai Hähnle2016-05-133-277/+291
* r600: move cf_op_table to .c fileNicolai Hähnle2016-05-132-108/+111
* r600: move fetch_op_table to .c fileNicolai Hähnle2016-05-132-118/+121
* r600: protect r600_isa.h with extern "C"Nicolai Hähnle2016-05-131-0/+8
* gallium/ddebug: Implement launch_grid.Bas Nieuwenhuizen2016-05-131-0/+29
* gallium/ddebug: Support compute states.Bas Nieuwenhuizen2016-05-131-16/+40
* gallium/ddebug: Add passthrough for get_compute_param.Bas Nieuwenhuizen2016-05-131-0/+12
* nir: Remove empty visit_call_src and visit_load_const_src functionsIan Romanick2016-05-121-17/+2