summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge commit '8b0fb1c152fe191768953aa8c77b89034a377f83' into vulkanJason Ekstrand2016-02-0942-2208/+2108
|\ \ | |/
| * 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
* | Merge remote-tracking branch 'mesa-public/master' into vulkanJason Ekstrand2016-02-0548-551/+3086
|\ \ | |/
| * 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
| * st/mesa: bail out of try_pbo_upload_common when vertex upload failsNicolai Hähnle2016-02-051-1/+9
| * st/mesa: reduce the scope of sampler_view in try_pbo_upload_commonNicolai Hähnle2016-02-051-3/+3
| * st/mesa: do uploads earlier in try_pbo_upload_commonNicolai Hähnle2016-02-051-45/+44
| * main: Use a derived value for the default sample countNeil Roberts2016-02-053-1/+25
| * program: Use _mesa_geometric_samples to calculate gl_NumSamplesNeil Roberts2016-02-051-1/+2
| * main: Use _mesa_geometric_samples to calculate GL_SAMPLE_BUFFERSNeil Roberts2016-02-052-1/+4
| * main: Use _mesa_geometric_samples to calculate the value of GL_SAMPLESNeil Roberts2016-02-052-1/+5
| * st/mesa: add query buffer supportIlia Mirkin2016-02-044-1/+103