summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-09-04mesa/st: fp64 support is wip for st/mesaarb_gpu_shader_fp64-submitDave Airlie1-0/+11
2014-09-04i965: just avoid warnings with fp64Dave Airlie4-0/+38
2014-09-04glsl: support double when constructing matrix from scalarTapani Pälli2-9/+21
2014-09-04glsl: support array constructors for double arraysTapani Pälli1-5/+9
2014-09-04glsl: support double in ir_binop_vector_extractTapani Pälli1-0/+3
2014-09-04glsl: support double increment in ir_loop controlsTapani Pälli1-4/+15
2014-09-04glsl: add double support to constant propagation passTapani Pälli1-0/+3
2014-09-04glsl: fixes to implicit conversions required by GL_ARB_gpu_shader_fp64Tapani Pälli6-0/+38
2014-09-04glsl: validate output types for shader stagesTapani Pälli1-0/+47
2014-09-04glsl: lower double optional passesDave Airlie2-0/+210
2014-09-04glsl: implement double builtin functionsDave Airlie1-259/+492
2014-09-04glsl/lower_instructions: add double lowering passesDave Airlie1-0/+83
2014-09-04glsl: enable/disable certain lowering passes for doublesDave Airlie1-3/+3
2014-09-04glsl: add double supportDave Airlie24-67/+697
2014-09-04glsl: add ARB_gpu_shader_fp64 to the glsl extensions. (v2)Dave Airlie4-0/+7
2014-09-04mesa: add double uniform support. (v2)Dave Airlie5-35/+238
2014-09-04glsl: add double typeDave Airlie1-0/+1
2014-09-04mesa: add mesa_type_is_double helper function (v2)Dave Airlie1-0/+22
2014-09-04mesa: add ARB_gpu_shader_fp64 extension info (v2)Dave Airlie2-0/+2
2014-09-04glapi: add ARB_gpu_shader_fp64 (v2)Dave Airlie7-37/+465
2014-09-04glapi: Add KHR_debug functions to check_table testTimothy Arceri1-0/+6
2014-09-03egl: Restrict multiplication in calloc arguments to use compile-time constantsCarl Worth2-2/+2
2014-09-03Eliminate several cases of multiplication in arguments to callocCarl Worth11-17/+17
2014-09-03glsl: Report progress from opt_copy_propagation_elements().Kenneth Graunke1-0/+1
2014-09-03glsl: Skip rewriting instructions in opt_cpe when unnecessary.Kenneth Graunke1-0/+10
2014-09-03glsl: Initialize source_chan in opt_copy_propagation_elements.Kenneth Graunke1-1/+1
2014-09-03i965: Handle ir_triop_csel in emit_bool_to_cond_code().Kenneth Graunke2-4/+36
2014-09-03i965: Move curb_read_length/total_scratch to brw_stage_prog_data.Kenneth Graunke16-38/+40
2014-09-03glsl: fix assertion which fails for unsigned array indices.tiffany1-1/+1
2014-09-03i965/copy_image: Divide the x offsets by block width when using the blitterJason Ekstrand1-10/+21
2014-09-03i965/copy_image: Use the correct block dimensionJason Ekstrand1-6/+6
2014-09-03meta/copy_image: Use the correct texture level when creating viewsJason Ekstrand1-1/+1
2014-09-03i965/copy_image: Use the correct texture levelJason Ekstrand1-4/+6
2014-09-03gallivm: Fix build against LLVM SVN >= r216982Michel Dänzer2-0/+11
2014-09-03r600g: fix alpha-test with HyperZ enabled, fixing L4D2 tree corruptionMarek Olšák1-6/+6
2014-09-03r600g,radeonsi: Preserve existing buffer flagsMichel Dänzer1-3/+3
2014-09-02main: Don't leak temporary texture rowsJason Ekstrand1-0/+4
2014-09-03r300g: pointless assignment of info.indexedDave Airlie1-2/+0
2014-09-03omx/h264: remove stray semicolon after ifDave Airlie1-1/+1
2014-09-03vdpau: unlock the mutex on error paths in attribute setting.Dave Airlie1-12/+26
2014-09-02u_primconvert: Use u_upload_mgr for our little IB allocations.Eric Anholt1-11/+9
2014-09-02u_primconvert: Shut up compiler warning.Eric Anholt1-1/+1
2014-09-02gbm: Fix gallium build when X11 is in a non-system directoryEric Anholt1-0/+1
2014-09-02vc4: Handle a couple of the transfer map flags.Eric Anholt2-4/+12
2014-09-02meta: Make MESA_META_DRAW_BUFFERS restore properlyKristian Høgsberg1-34/+4
2014-09-02Revert "mesa: fix make tarballs"Emil Velikov1-2/+1
2014-09-02mesa/program_cache: calloc the correct size for the cache.Dave Airlie1-1/+1
2014-09-02radeonsi: Compile dummy pixel shader on demandMichel Dänzer2-8/+10
2014-09-02u_blitter: Create all shaders on demandMichel Dänzer1-43/+104
2014-09-02r600g,radeonsi: Inform the kernel if a BO will likely be accessed by the CPUMichel Dänzer3-11/+23