summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-10-24gallium: introduce PIPE_CAP_CLIP_HALFZ.Mathias Fröhlich15-0/+20
2014-10-24mesa: Handle clip control in meta operations.Mathias Fröhlich2-0/+9
2014-10-24mesa: Implement ARB_clip_control.Mathias Fröhlich13-7/+159
2014-10-24mesa: Refactor viewport transform computation.Mathias Fröhlich7-61/+73
2014-10-24vc4: Reuse uniform_data/contents indices when making uniforms.Eric Anholt1-0/+7
2014-10-24vc4: When asked to discard-map a whole resource, discard it.Eric Anholt1-14/+28
2014-10-24vc4: Refactor flushing before mapping a BO.Eric Anholt3-12/+13
2014-10-24vc4: Allow dead code elimination of unused varyings.Eric Anholt5-5/+31
2014-10-24vc4: Add debug output to match shaderdb info to program dumps.Eric Anholt4-7/+29
2014-10-24radeon: enable Hyper-Z on r600g and radeonsi by defaultAndreas Boll4-5/+5
2014-10-23i965: Silence unused variable warning.Matt Turner1-2/+1
2014-10-23i965/fs: Silence uninitialized variable warning.Matt Turner1-0/+1
2014-10-23util: Add assume() macro.Matt Turner1-0/+14
2014-10-23glapi: Fix compiler warning and script nameJan Vesely1-2/+2
2014-10-23Revert "freedreno/a3xx: only emit dirty consts"Rob Clark2-9/+5
2014-10-23freedreno: fix PIPE_TRANSFER_DISCARD_WHOLE_RESOURCERob Clark1-7/+6
2014-10-23clover: use correct typenames for compat::pair's first/secondEmil Velikov1-2/+2
2014-10-23auxiliary/os: get the mmap/munmap wrappers working with androidEmil Velikov1-5/+12
2014-10-23gallium/nouveau: fully build the driver under androidMauro Rossi1-1/+1
2014-10-23mesa/shaderimage.c: fix inconsistent sign warningAlon Levy1-1/+1
2014-10-23wgl: stw_pixelformat_get_info: correct type for index variableAlon Levy1-1/+1
2014-10-23u_math.h: fix 64 to 32 bit truncation warningAlon Levy1-1/+1
2014-10-23gallivm: Fix build with LLVM 3.3.José Fonseca1-0/+2
2014-10-23gallivm: Properly update for removal of JITMemoryManager in LLVM 3.6.José Fonseca2-38/+41
2014-10-23gallivm: Fix white-space.José Fonseca1-7/+7
2014-10-23gallivm,llvmpipe,clover: Bump required LLVM version to 3.3.José Fonseca7-119/+8
2014-10-23mesa: remove conditional render and rgtc from ES3 requirementsIlia Mirkin1-2/+0
2014-10-22u_blitter: put a comment on util_blitter_cache_all_shaders()Brian Paul1-0/+7
2014-10-22u_blitter: use ctx->bind_fs_state(), not pipe->bind_fs_state()Brian Paul1-3/+3
2014-10-22u_blitter: create basic fs shaders in util_blitter_cache_all_shaders()Brian Paul1-1/+12
2014-10-22u_blitter: do error checking assertions for shader cachingBrian Paul1-21/+30
2014-10-22glsl: Use signed array index in update_max_array_access()Anuj Phogat1-3/+3
2014-10-22glsl: Fix crash due to negative array indexAnuj Phogat1-1/+1
2014-10-22radeonsi: implement pipe_rasterizer_state::clip_halfzMarek Olšák1-0/+1
2014-10-22r600g: implement pipe_rasterizer_state::clip_halfzMarek Olšák2-0/+2
2014-10-22r300g: implement pipe_rasterizer_state::clip_halfzMarek Olšák3-0/+9
2014-10-22r600g: Drop references to destroyed blend stateMichel Dänzer1-1/+8
2014-10-21i965/vec4: Generate better code for ir_triop_csel.Kenneth Graunke1-3/+15
2014-10-21i965/vec4: Simplify visit(ir_expression *)'s result_src/dst setup.Kenneth Graunke1-13/+6
2014-10-21i965/vec4: Delete some dead code in visit(ir_expression *).Kenneth Graunke1-8/+0
2014-10-21i965/fs: Generate better code for ir_triop_csel.Kenneth Graunke1-5/+13
2014-10-21glsl: Delete unused gl_uniform_driver_format enum values.Kenneth Graunke2-36/+2
2014-10-21freedreno/a3xx: fix depth/stencil restore formatRob Clark1-1/+5
2014-10-21freedreno/a3xx: fix viewport state during clearRob Clark1-1/+19
2014-10-21freedreno: mark scissor state dirty when enable bit changesRob Clark1-0/+10
2014-10-21freedreno: clear vs scissorRob Clark7-13/+96
2014-10-21clover: Fix build error with LLVM 3.4.Vinson Lee1-1/+3
2014-10-21r600g,radeonsi: convert TGSI shader type to LLVM shader typeMarek Olšák1-1/+30
2014-10-21radeonsi: add some missing register definitionsMarek Olšák1-0/+23
2014-10-21radeonsi: load ring resource descriptors only onceMarek Olšák1-35/+42