summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-03-28mesa: add OES_texture_buffer and EXT_texture_buffer supportIlia Mirkin9-46/+93
2016-03-28glsl: add OES_texture_buffer and EXT_texture_buffer supportIlia Mirkin6-24/+46
2016-03-28mesa: add OES_texture_buffer and EXT_texture_buffer extension to tableIlia Mirkin2-0/+3
2016-03-28mesa: properly return GetTexLevelParameter queries for buffer texturesIlia Mirkin1-2/+52
2016-03-28glsl: Delete initialized field from uniform storage test.Kenneth Graunke1-19/+0
2016-03-29mesa: remove initialized field from uniform storageTimothy Arceri6-53/+1
2016-03-29nvc0: use a different offset for buffers and surfacesSamuel Pitoiset4-28/+74
2016-03-28i965: Set address rounding bits for GL_NEAREST filtering as well.Kenneth Graunke1-3/+6
2016-03-28i965: Always use BRW_TEXCOORDMODE_CUBE when seamless filtering.Kenneth Graunke1-3/+1
2016-03-28i965: Fix brw_render_cache_set_check_flush's PIPE_CONTROLs.Kenneth Graunke2-3/+22
2016-03-28i965: Whack UAV bit when FS discards and there are no color writes.Kenneth Graunke1-2/+7
2016-03-28vc4: Remove unused include from vc4_nir_lower_txf_ms.cRhys Kidd1-1/+0
2016-03-28glapi/glx: Treat xserver generated targets as .PHONYAdam Jackson1-0/+2
2016-03-28glapi/glx: Thunk non-ABI calls through GetProcAddressAdam Jackson1-2/+8
2016-03-28glapi/glx: Emit direct GL calls instead of dispatch lookupAdam Jackson2-34/+10
2016-03-28glx: Unbreak generating some of the xorg glx headersAdam Jackson1-2/+2
2016-03-28mesa/st: Fix NULL access if no fragment shader is boundBas Nieuwenhuizen1-2/+2
2016-03-28freedreno/ir3: fix for load_front_face intrinsicRob Clark1-1/+8
2016-03-28freedreno/ir3: fix compiler warnRob Clark1-1/+1
2016-03-28nvc0: make sure to disable fetches from previously-set VBOs when blittingIlia Mirkin1-0/+2
2016-03-28nvc0: disable primitive restart and index bias during blitsIlia Mirkin1-0/+11
2016-03-28nvc0/ir: fix picking of coordinates from tex instruction for textureGradIlia Mirkin1-1/+11
2016-03-28nv50/ir: saturate depth writesIlia Mirkin1-1/+4
2016-03-28gallium/util: fix up inaccurate behavior of util_framebuffer_state_equal (v2)Marek Olšák1-5/+5
2016-03-28st/mesa: only minify height if target != 1D array in st_finalize_textureMarek Olšák1-1/+6
2016-03-27mesa: optimize out the realloc from glCopyTexImagexD()Miklós Máté1-0/+36
2016-03-27st/mesa: fix handling the fallback textureMiklós Máté1-3/+4
2016-03-27st/mesa: enable GL_ATI_fragment_shaderMiklós Máté1-0/+1
2016-03-27st/mesa: implement GL_ATI_fragment_shaderMiklós Máté10-4/+1064
2016-03-27program: add ATI_fragment_shader to shader stages listMiklós Máté1-0/+2
2016-03-27mesa: optionally associate a gl_program to ATI_fragment_shaderMiklós Máté5-2/+34
2016-03-27gallium/p_context.h: Make comment more readableEdward O'Callaghan1-1/+1
2016-03-27mesa/st: Remove GLSLVersion clampingEdward O'Callaghan1-10/+5
2016-03-27radeon/r600: Fix return type in failure branchEdward O'Callaghan1-1/+1
2016-03-27radeon/r600_query.c: Minor style fixEdward O'Callaghan1-1/+1
2016-03-26virgl: drop next shader property for now.Dave Airlie1-0/+1
2016-03-26glsl: reduce buffer block duplicationTimothy Arceri6-82/+57
2016-03-25st/xa: emit sampler view declarations in shadersBrian Paul1-0/+19
2016-03-25swr: [rasterizer jitter] Fix MASKLOADD AVX prototype (float -> i32)Tim Rowley1-1/+1
2016-03-25swr: [rasterizer core] NUMA optimizations...Tim Rowley5-65/+105
2016-03-25swr: [rasterizer jitter] Fix logic bug for alpha-to-coverage.Tim Rowley1-2/+11
2016-03-25swr: [rasterizer core] Fix Compute workitem retirementTim Rowley4-31/+22
2016-03-25swr: [rasterizer core] Cleanup state ring arena after last draw that referenc...Tim Rowley3-2/+14
2016-03-25swr: [rasterizer jitter] add missing include for llvm jiteventsTim Rowley1-0/+4
2016-03-25swr: [rasterizer core] Reduce Arena blocksize to 128KB (from 1MB).Tim Rowley1-3/+7
2016-03-25swr: [rasterizer core] One last pass at Arena optimizationsTim Rowley1-15/+15
2016-03-25swr: [rasterizer core] CachedArena optimizationsTim Rowley3-210/+161
2016-03-25swr: [rasterizer jitter] support llvm-svnTim Rowley6-12/+37
2016-03-25swr: [rasterizer core] Globally cache allocated arena blocks for fast re-allo...Tim Rowley8-46/+168
2016-03-25swr: [rasterizer] more arena workTim Rowley5-10/+110