summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* i965/state: Remove brw->state.dirtyJordan Justen2015-03-312-7/+0
* i965/state: Don't use brw->state.dirty.mesaJordan Justen2015-03-315-12/+11
* i965/state: Don't use brw->state.dirty.brwJordan Justen2015-03-3133-83/+82
* i965/state: Add compute pipeline with empty atom listsJordan Justen2015-03-313-1/+37
* i965/state: Only upload render programs for render state uploadsJordan Justen2015-03-311-20/+25
* i965/state: Create separate dirty state bits for each pipelineJordan Justen2015-03-312-27/+75
* i965/state: Support multiple pipelines in brw->num_atomsJordan Justen2015-03-312-39/+65
* i965/state: Rename brw_clear_dirty_bits to brw_render_state_finishedJordan Justen2015-03-313-3/+3
* i965/state: Rename brw_upload_state to brw_upload_render_stateJordan Justen2015-03-313-10/+11
* gallivm: do some hack heuristic to disable texture functionsRoland Scheidegger2015-04-011-0/+40
* i965/fs: Allow CSE to handle MULs with negated arguments.Matt Turner2015-03-311-5/+37
* i965: Mark brw_inst_bits' brw_inst* parameter const.Matt Turner2015-03-311-12/+12
* glsl: Remove bogus Makefile dependency.Matt Turner2015-03-311-2/+0
* glsl: Reassociate multiplication of mat*mat*vec.Matt Turner2015-03-311-0/+14
* glsl: Implement type inferencing of matrix types.Matt Turner2015-03-311-4/+6
* glsl: Factor out a get_mul_type() function.Matt Turner2015-03-313-57/+78
* nouveau: synchronize "scratch runout" destruction with the command streamMarcin Ślusarz2015-03-312-19/+37
* i965/skl: Avoid using the 1D stencil layout for stencil-only imagesNeil Roberts2015-03-311-1/+2
* clover: Return CL_BUILD_ERROR for CL_PROGRAM_BUILD_STATUS when compilation fa...Tom Stellard2015-03-311-0/+2
* radeonsi/compute: Default to the same PIPE_SHADER_CAP values as other shader ...Tom Stellard2015-03-311-1/+5
* radeon/vce: implement video usability information supportLeo Liu2015-03-313-0/+59
* st/omx/enc: export framerate to vce driverLeo Liu2015-03-311-4/+4
* llvmpipe: enable ARB_texture_gatherRoland Scheidegger2015-03-311-2/+3
* gallivm: implement TG4 for ARB_texture_gatherRoland Scheidegger2015-03-312-40/+133
* gallivm: add gather support to sampler interfaceRoland Scheidegger2015-03-313-21/+34
* gallivm: simplify sampler interfaceRoland Scheidegger2015-03-316-271/+218
* util/debug: Update MgwHelp link, drop BfdHelp link.Jose Fonseca2015-03-311-10/+2
* gallivm: Fix build against LLVM 3.7 SVN r233648Michel Dänzer2015-03-311-0/+5
* vc4: Drop integer multiplies with 0 to moves of 0.Eric Anholt2015-03-301-0/+8
* vc4: Add a constant folding pass.Eric Anholt2015-03-304-0/+113
* glsl: allow ForceGLSLVersion to override #version directivesBrian Paul2015-03-303-6/+10
* vc4: Don't bother masking out the low 24 bits for integer multipliesEric Anholt2015-03-301-12/+8
* vc4: Make integer multiply use 24 bits for the low parts.Eric Anholt2015-03-301-5/+5
* glsl: fail when a shader's input var has not an equivalent out var in previousSamuel Iglesias Gonsalvez2015-03-301-0/+13
* radeonsi: Cache LLVMTargetMachineRef in context instead of in screenMichel Dänzer2015-03-306-30/+41
* glsl: fix unreachable(!"") to unreachable("")Tapani Pälli2015-03-301-1/+1
* freedreno/a3xx: add support for point sprite coordinate replacementIlia Mirkin2015-03-284-30/+28
* freedreno/a3xx: make vs-set point size workIlia Mirkin2015-03-283-2/+10
* freedreno/a3xx: point size should not be divided by 2Ilia Mirkin2015-03-282-5/+5
* freedreno/a3xx: fix 3d texture layoutIlia Mirkin2015-03-282-7/+16
* freedreno/a3xx: LAYERSZ2 appears to have no effect on arraysIlia Mirkin2015-03-281-2/+1
* nir: Fix copy and pasted error message in nir_validate.Kenneth Graunke2015-03-281-2/+1
* i965/nir: Use NIR for ARB_vertex_program support on Gen8+.Kenneth Graunke2015-03-271-4/+10
* i965: Move env_var_as_boolean to intel_debug.c.Kenneth Graunke2015-03-273-22/+29
* i965/fs: Add ARB_fragment_program support to the NIR backend.Kenneth Graunke2015-03-272-26/+51
* nir: Lower subtraction to add with negation when !lower_negate.Kenneth Graunke2015-03-271-0/+2
* nir: Implement a Mesa IR -> NIR translator.Kenneth Graunke2015-03-275-0/+1143
* nir: Add builder helpers for MOVs with ALU sources and swizzling MOVs.Kenneth Graunke2015-03-271-0/+44
* nir: Add nir_builder helpers for creating load_const intrinsics.Kenneth Graunke2015-03-271-0/+35
* i965/skl: Don't use the PMA depth stall workaroundBen Widawsky2015-03-271-1/+6