summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-06-08freedreno: add a3xx supportRob Clark35-3/+8955
2013-06-08freedreno: prepare for a3xxRob Clark49-2008/+2798
2013-06-08gallivm: work around slow code generated for interleaving 128bit vectorsRoland Scheidegger1-0/+22
2013-06-07st/xlib: Flush the front buffer before doing CopySubBufferStéphane Marchesin1-0/+4
2013-06-07st/xlib: Fix upside down coordinates for CopySubBufferStéphane Marchesin1-1/+1
2013-06-07mesa: Report core FBO incompleteness cases through GL_ARB_debug_output.Eric Anholt1-18/+25
2013-06-07intel: flush fake front buffer if server is about to destroy it.Paul Berry1-0/+9
2013-06-07intel: flush fake front buffer more robustly.Paul Berry1-11/+9
2013-06-07intel: make intel_flush_front safe to call during initial MakeCurrentPaul Berry1-1/+1
2013-06-07mesa: Expose MAX_FRAGMENT_INPUT_COMPONENTS on ES3 and desktop 3.2.Eric Anholt2-0/+10
2013-06-07mesa: Expose texture array getters on GLES3.Eric Anholt2-2/+10
2013-06-07mesa: Fix the return value of TEXTURE_BINDING_2D_ARRAY.Eric Anholt1-1/+1
2013-06-07mesa: Expose texel offset limits in GLES3.Eric Anholt2-5/+6
2013-06-07util: add comment about bogus transfer flagsRoland Scheidegger1-0/+1
2013-06-07util: fix util_clear_render_target and util_clear_depth_stencil layer handlingRoland Scheidegger1-87/+103
2013-06-07llvmpipe: move create_surface/destroy_surface functions to lp_surface.cRoland Scheidegger2-59/+59
2013-06-07llvmpipe: add support for layered renderingRoland Scheidegger15-110/+195
2013-06-07gallium/docs: fix up transfer description for 1d arrays, add cube map arraysRoland Scheidegger1-5/+4
2013-06-08ilo: fix textureSize() for single-layered array texturesChia-I Wu1-2/+18
2013-06-08util: add util_resource_is_array_texture()Chia-I Wu1-1/+19
2013-06-07gallium: Remove draw_arrays() and draw_arrays_instanced() functionsArnas Milasevicius3-51/+22
2013-06-07tgsi: replace tgsi_file_names tgsi_file_names[] with tgsi_file_name() functionBrian Paul7-18/+30
2013-06-07u_vbuf: fix index buffer leakChia-I Wu1-0/+3
2013-06-07i965/vs: add support for emitting gl_ClipVertexChris Forbes2-7/+3
2013-06-07i965/clip: Add support for gl_ClipVertexChris Forbes3-4/+55
2013-06-07ilo: advertise PIPE_CAP_CUBE_MAP_ARRAYChia-I Wu1-2/+1
2013-06-07ilo: add support for TEX2/TXB2/TXL2 in fsChia-I Wu1-3/+3
2013-06-06glsl linker: Initialize member variable interface_namespace.Vinson Lee1-1/+2
2013-06-07ilo: use slab allocator for transfersChia-I Wu4-28/+39
2013-06-07ilo: clean up states upon context destroyChia-I Wu1-0/+38
2013-06-07ilo: unmap cp bo before destroying itChia-I Wu1-1/+6
2013-06-07ilo: enable bo reuseChia-I Wu1-0/+2
2013-06-07ilo: construct 3DSTATE_SF in create_rasterizer_state()Chia-I Wu7-164/+194
2013-06-07ilo: construct 3DSTATE_CLIP in create_rasterizer_state()Chia-I Wu5-50/+86
2013-06-07ilo: use emit_SURFACE_STATE() for render targetsChia-I Wu9-127/+52
2013-06-07ilo: use emit_SURFACE_STATE() for constant buffersChia-I Wu9-70/+26
2013-06-07ilo: add emit_SURFACE_STATE() for sampler viewsChia-I Wu10-99/+69
2013-06-07ilo: add ilo_view_surface for SURFACE_STATEChia-I Wu3-125/+268
2013-06-07ilo: convert generic depth-stencil-alpha pipe state to ilo pipe stateCourtney Goeltzenleuchter6-21/+51
2013-06-07ilo: introduce vertex element CSOChia-I Wu6-119/+227
2013-06-07ilo: simplify emit_3DSTATE_DEPTH_BUFFER()Chia-I Wu6-63/+19
2013-06-07ilo: introduce blend CSOChia-I Wu6-97/+183
2013-06-07ilo: introduce sampler CSOChia-I Wu8-371/+447
2013-06-07ilo: construct SCISSOR_RECT in set_scissor_states()Chia-I Wu7-26/+92
2013-06-07ilo: introduce viewport CSOChia-I Wu8-197/+197
2013-06-07ilo: switch to ilo states for shaders and resourcesChia-I Wu7-114/+114
2013-06-07ilo: switch to ilo states for CC stageChia-I Wu9-107/+119
2013-06-07ilo: switch to ilo states for WM stageChia-I Wu7-26/+33
2013-06-07ilo: switch to ilo states for CLIP and SF stagesChia-I Wu6-19/+49
2013-06-07ilo: switch to ilo states for SOL stageChia-I Wu7-30/+29