summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa/readpix: Clip ReadPixels() area to the ReadBuffer'sNanley Chery2016-02-091-2/+5
* mesa/image: Make _mesa_clip_readpixels() work with renderbuffersNanley Chery2016-02-091-5/+17
* i965/vec4: Plumb separate surfaces and samplers through from NIRJason Ekstrand2016-02-094-9/+23
* i965/vec4: Separate the sampler from the surface in generate_texJason Ekstrand2016-02-091-5/+13
* i965/fs: Plumb separate surfaces and samplers through from NIRJason Ekstrand2016-02-097-22/+46
* i965/fs: Separate the sampler from the surface in generate_texJason Ekstrand2016-02-092-6/+15
* i965/fs: Add an enum for keeping track of texture instruciton sourcesJason Ekstrand2016-02-093-44/+72
* nir: Separate texture from sampler in nir_tex_instrJason Ekstrand2016-02-093-0/+7
* nir/tex_instr: Rename sampler to textureJason Ekstrand2016-02-093-25/+25
* i965: Explicitly write the "TR DS Cache Disable" bit at TCS EOT.Kenneth Graunke2016-02-093-3/+6
* ptn: use const_index helpersRob Clark2016-02-091-2/+2
* gallium: pass the robust buffer access context flag to driversMarek Olšák2016-02-091-1/+5
* st/mesa: remove st_is_program_nativeMarek Olšák2016-02-091-13/+0
* st/mesa: unify destroy_program_variants cases for TCS, TES, GSMarek Olšák2016-02-091-50/+16
* st/mesa: unify get_variant functions for TCS, TES, GSMarek Olšák2016-02-093-176/+31
* st/mesa: unify variants and delete functions for TCS, TES, GSMarek Olšák2016-02-095-214/+108
* mesa: fix incorrect viewport position when GL_CLIP_ORIGIN = GL_LOWER_LEFTBrian Paul2016-02-091-2/+2
* mesa: rewrite save_CallLists() codeBrian Paul2016-02-091-26/+35
* mesa: add missing error check in _mesa_CallLists()Brian Paul2016-02-091-0/+8
* mesa: whitespace clean-ups in dlist.hBrian Paul2016-02-091-16/+31
* st/mesa: don't allocate bitmap drawing state until neededBrian Paul2016-02-093-72/+77
* st/mesa: move the setup_bitmap_vertex_data() code into draw_bitmap_quad()Brian Paul2016-02-091-90/+78
* st/mesa: refactor some bitmap drawing codeBrian Paul2016-02-091-33/+57
* mesa: remove hack to fix up GL_ANY_SAMPLES_PASSED resultsIlia Mirkin2016-02-091-5/+0
* st/mesa: make use of the occlusion predicate queryIlia Mirkin2016-02-091-2/+10
* i965: Use nir_lower_load_const_to_scalar().Kenneth Graunke2016-02-081-0/+4
* mesa: remove now unused sampler index handing codeTimothy Arceri2016-02-094-172/+0
* mesa: compute sampler index in ir_to_mesa rather than using UniformHashTimothy Arceri2016-02-091-3/+78
* i965: Don't add barrier deps for FB write messages.Kenneth Graunke2016-02-081-3/+4
* st/mesa: enable AoA for gallium drivers reporting GLSL 1.30Dave Airlie2016-02-091-0/+1
* st/mesa: add atomic AoA supportDave Airlie2016-02-091-8/+6
* mesa: drop unused nonconst sampler functions.Dave Airlie2016-02-092-14/+0
* st/mesa: handle indirect samplers in arrays/structs properly (v4.1)Dave Airlie2016-02-091-18/+123
* glsl/ir: add param index to variable.Dave Airlie2016-02-092-4/+3
* i965: Rename define for the PIPE_CONTROL DC flush bit.Francisco Jerez2016-02-085-6/+6
* i965: Invalidate state cache before L3 partitioning set-up.Francisco Jerez2016-02-081-0/+1
* i965: Fix cache pollution race during L3 partitioning set-up.Francisco Jerez2016-02-081-8/+23
* i965/fs: Don't emit unnecessary SEL instruction from emit_image_atomic().Francisco Jerez2016-02-081-1/+1
* i965/vec4: Update vec4 unit tests for commit 01dacc83ff.Matt Turner2016-02-083-10/+24
* dri/common: include debug_output.h to silence warningBrian Paul2016-02-081-0/+1
* st/mesa: minor formatting fixes in st_cb_bitmap.cBrian Paul2016-02-081-3/+1
* mesa: move GL_ARB_debug_output code into new debug_output.c fileBrian Paul2016-02-0810-1318/+1433
* mesa/extensions: Fix NVX_gpu_memory_info lexicographical order.Vinson Lee2016-02-071-1/+2
* mesa/get: fix a breakage after rebaseMarek Olšák2016-02-051-0/+1
* i965/vec4: don't copy ATTR into 3src instructions with complex swizzlesMatt Turner2016-02-051-4/+10
* st/mesa: implement and enable memory info extensions (v2)Marek Olšák2016-02-052-0/+27
* mesa: implement GL_ATI_meminfo (v2)Marek Olšák2016-02-054-1/+32
* mesa: implement GL_NVX_gpu_memory_info (v2)Marek Olšák2016-02-055-0/+53
* mesa: Fix locking of GLsync objects.Steinar H. Gunderson2016-02-054-49/+66
* st/mesa: bail out of try_pbo_upload_common when constant upload failsNicolai Hähnle2016-02-051-0/+6