summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-07st/mesa: Add support for ARB_vertex_type_10f_11f_11f_revFredrik Höglund2-1/+12
2013-11-07mesa: fix return statements in varray.cBrian Paul1-2/+2
2013-11-07svga: always return 4 for PIPE_MAX_COLOR_BUFSBrian Paul1-5/+4
2013-11-07svga: return true for the PIPE_CAP_SM3 queryBrian Paul1-1/+3
2013-11-07i965: Add an implementation of intel_miptree_map using streaming loads.Matt Turner1-0/+85
2013-11-07mesa: Add a streaming load memcpy implementation.Matt Turner3-1/+127
2013-11-08docs: Mark off some more things.Chris Forbes1-3/+3
2013-11-07i965: Fix 'SIMD16 only' dispatch of fragment shader in case of sample shadingAnuj Phogat2-14/+25
2013-11-08docs: update relnotesChris Forbes1-0/+1
2013-11-08docs: Mark off ARB_vertex_type_10f_11f_11f_rev.Chris Forbes1-1/+1
2013-11-08i965: Enable ARB_vertex_type_10f_11f_11f_rev on Gen6+.Chris Forbes1-0/+1
2013-11-08i965: add support for UNSIGNED_INT_10F_11F_11F_REV vertex attribsChris Forbes1-0/+2
2013-11-08vbo: add 10_11_11 support to vbo_attrib_tmpChris Forbes1-6/+26
2013-11-08mesa: Add support to _mesa_bytes_per_vertex_attrib for 10_11_11 format.Chris Forbes1-0/+5
2013-11-08mesa: add varray support for UNSIGNED_INT_10F_11F_11F_REV typeChris Forbes1-3/+17
2013-11-08mesa: Add extension scaffolding for ARB_vertex_type_10f_11f_11f_revChris Forbes2-0/+2
2013-11-07draw,llvmpipe,util: add depth bias calculation for arb_depth_buffer_floatMatthew McClure14-56/+182
2013-11-07i965: Avoid flushing the batch for every blorp op.Eric Anholt4-17/+50
2013-11-07build: Build gen_matypes and matypes.h from src/mesa.Matt Turner6-106/+16
2013-11-07build: Change HAVE_X86_ASM to mean x86 or x86-64 asm.Matt Turner5-9/+13
2013-11-07configure.ac: Test $asm_arch directly.Matt Turner1-3/+3
2013-11-07docs: Mark ARB_vertex_attrib_binding as done, update relnotesFredrik Höglund2-1/+2
2013-11-07mesa: Enable ARB_vertex_attrib_bindingFredrik Höglund1-0/+1
2013-11-07mesa: Optimize rebinding the same VBOFredrik Höglund1-2/+5
2013-11-07mesa: Handle zero-stride arrays in _mesa_update_array_max_element()Fredrik Höglund1-2/+4
2013-11-07mesa: Add Get* support for ARB_vertex_attrib_bindingFredrik Höglund3-0/+38
2013-11-07mesa: Add ARB_vertex_attrib_bindingFredrik Höglund16-125/+691
2013-11-07glapi: Add infrastructure for ARB_vertex_attrib_bindingFredrik Höglund6-7/+136
2013-11-07mesa: Make handle_bind_buffer_gen() non-staticFredrik Höglund2-11/+22
2013-11-07mesa: Rename gl_array_object::VertexAttrib to _VertexAttribFredrik Höglund13-134/+134
2013-11-07mesa: Split out the format code from update_array()Fredrik Höglund1-57/+93
2013-11-07mesa: Restore gl_array_object::NewArrayFredrik Höglund4-0/+10
2013-11-07i965: Use has_surface_tile_offset in depth/stencil alignment workaround.Kenneth Graunke1-2/+2
2013-11-06gallium: fix build on GNU/kFreeBSDFabio Pedretti2-2/+2
2013-11-06configure.ac: fix build on GNU/kFreeBSDFabio Pedretti1-1/+1
2013-11-06mesa: add arm64 supportFabio Pedretti1-1/+1
2013-11-06r600/compute: silence unused var warningFabio Pedretti1-1/+0
2013-11-06i965/gen6: Don't allow SIMD16 dispatch in 4x PERPIXEL mode with computed depth.Paul Berry1-1/+33
2013-11-06configure.ac: Drop no-out-of-tree notice.Matt Turner1-4/+0
2013-11-06mesa: Build program as part of libmesa.Matt Turner4-55/+19
2013-11-06mesa: Clean up use of top_srcdir/top_builddir.Matt Turner1-11/+4
2013-11-06i965: Use unreachable() to silence a compiler warning.Matt Turner1-0/+1
2013-11-06mesa: Add unreachable() macro.Matt Turner1-0/+15
2013-11-06gallivm: fix indirect addressing of inputsRoland Scheidegger1-17/+28
2013-11-06r600/llvm: Fix isampleBuffer on preEGVincent Lejeune1-1/+14
2013-11-06r600/llvm: Fix texbuf for pre EG genVincent Lejeune1-0/+29
2013-11-06mesa: for GLSL_DUMP_ON_ERROR, also dump the info logBrian Paul1-0/+2
2013-11-06st/vdpau: resolve delayed rendering for GL interop v2Grigori Goronzy1-0/+4
2013-11-06docs: Mark off ARB_sample_shading; minor tidyup.Chris Forbes2-2/+3
2013-11-06i965/fs: Gen4-5: Implement alpha test in shader for MRTChris Forbes3-0/+58