summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* i965/skl: Update 3DSTATE_SBE for Skylake.Damien Lespiau2014-11-032-2/+34
* glsl: Improve the CSE pass debugging output.Kenneth Graunke2014-11-031-1/+8
* i965/fs: Don't compute_to_mrf() on Gen >= 7.Matt Turner2014-11-031-0/+4
* glsl: Remove now useless dot optimization on basis vectMatt Turner2014-11-033-92/+3
* glsl: Emit mul instead of dot if only one component left.Matt Turner2014-11-031-1/+4
* clover: Fix clBuildProgram piglit regressionTom Stellard2014-11-031-4/+4
* gallivm: Disable frame-pointer-omission on x86 to ensure right stack alignment.José Fonseca2014-11-031-1/+3
* gallivm: When disassemble a function, start by printing out its name.José Fonseca2014-11-031-0/+1
* i965/chv: Increase VS and GS thread countsBen Widawsky2014-11-021-2/+2
* gallium/docs: fix NRM, NRM4 docsBrian Paul2014-11-011-12/+24
* softpipe: use the tgsi_free_tokens() functionBrian Paul2014-10-311-6/+6
* tgsi: add a tgsi_free_tokens() functionBrian Paul2014-10-312-0/+13
* util: simplify u_pstipple.c codeBrian Paul2014-10-311-123/+62
* util: simplify temp register selection in u_pstipple.cBrian Paul2014-10-311-27/+18
* util: simplify util_pstipple_create_fragment_shader() paramsBrian Paul2014-10-313-38/+28
* softpipe: remove unused softpipe_create_fs_variant_exec() parameterBrian Paul2014-10-313-5/+3
* softpipe: check for SP_NEW_STIPPLE when building quad pipelineBrian Paul2014-10-311-0/+1
* r600g: Fix build with opencl and radeonsi disabledTom Stellard2014-10-311-6/+6
* clover: Fix bug when binary programs are passed to clBuildProgram() v2Tom Stellard2014-10-312-6/+14
* clover: Factor input validation of clCompileProgram into a new function v2Tom Stellard2014-10-311-10/+23
* radeonsi/compute: Enable PIPE_SHADER_IR_NATIVE for compute shaders v2Tom Stellard2014-10-314-59/+127
* r600g/compute: Enable PIPE_SHADER_IR_NATIVE for compute shaders v2Tom Stellard2014-10-318-97/+180
* gallium/radeon: Add query for symbol specific config informationTom Stellard2014-10-313-0/+86
* r300g: remove enabled/disabled hyperz and AA compression messagesMarek Olšák2014-10-301-2/+0
* r600g: Delete unused variable 'max_global_size' in 'r600_get_compute_param'Dieter Nützel2014-10-301-1/+0
* mesa: protect the debug state with a mutexChia-I Wu2014-10-302-47/+126
* glsl: protect glsl_type with a mutexChia-I Wu2014-10-302-10/+62
* glsl: protect anonymous struct id with a mutexChia-I Wu2014-10-301-2/+8
* util: initialize locale_t with a static objectChia-I Wu2014-10-301-10/+8
* configure: check for xlocale.h and strtofChia-I Wu2014-10-301-8/+4
* util: add _mesa_strtod and _mesa_strtofChia-I Wu2014-10-3010-40/+21
* mesa/gallium: Signal _NEW_TRANSFORM from glClipControl.Mathias Fröhlich2014-10-302-13/+6
* Revert "i965/compaction: Disable compaction on SNB temporarily."Matt Turner2014-10-291-6/+0
* i965/vec4: Perform CSE on MAD instructions with final arguments switched.Matt Turner2014-10-291-1/+5
* i965/fs: Perform CSE on MAD instructions with final arguments switched.Matt Turner2014-10-291-1/+5
* glsl: Drop constant 0.0 components from dot products.Matt Turner2014-10-291-0/+27
* glx/dri3: Implement LIBGL_SHOW_FPS=1 for DRI3/Present.Kenneth Graunke2014-10-292-2/+36
* i965: Rename brw_vec4_gs.[ch] to brw_gs.[ch].Kenneth Graunke2014-10-295-5/+4
* i965: Rename brw_gs{,_emit}.[ch] to brw_ff_gs{,_emit}.[ch].Kenneth Graunke2014-10-295-5/+5
* i965: Rename intel_bufferobj_* functions to match GL and DD hooks.Kenneth Graunke2014-10-291-65/+64
* radeon/llvm: Dynamically allocate branch/loop stack arraysMichel Dänzer2014-10-292-6/+37
* mesa: Fix order of errors for glDrawTransformFeedbackStreamChris Forbes2014-10-291-5/+5
* vc4: Add support for ARL and indirect register access on TGSI_FILE_CONSTANT.Eric Anholt2014-10-2810-34/+407
* vc4: Fix mixup of return type in reloc_tex().Eric Anholt2014-10-281-2/+2
* vc4: Drop redundant check for is_tmu_write().Eric Anholt2014-10-281-3/+0
* vc4: Don't forget to validate code that's got PROG_END on it.Eric Anholt2014-10-281-5/+6
* vc4: Add .dir-locals.el for kernel style in the kernel code.Eric Anholt2014-10-281-0/+12
* vc4: Fix a couple missing '\n's in error output.Eric Anholt2014-10-282-2/+2
* st/mesa: use PIPE_BIND_DISPLAY_TARGET when checking for sRGB capabilityBrian Paul2014-10-281-1/+2
* Revert "st/mesa: set MaxUnrollIterations = 255"Marek Olšák2014-10-281-2/+1