summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* st/wgl: Implement WGL_EXT_create_context_es/es2_profile.José Fonseca2014-11-143-63/+78
* st/xlib: Generate errors as specified.José Fonseca2014-11-141-16/+109
* freedreno/ir3: move some helpersRob Clark2014-11-142-65/+71
* freedreno: rename draw->draw_vboRob Clark2014-11-144-6/+6
* freedreno/a3xx: missing u_upload_destroyRob Clark2014-11-141-0/+2
* freedreno: fix borked check for a320.0Rob Clark2014-11-141-1/+1
* freedreno/ir3: half vs full reg in standalone compiler outputRob Clark2014-11-141-6/+10
* st/dri: Support EGL_CONTEXT_OPENGL_DEBUG_BIT_KHR/GLX_CONTEXT_DEBUG_BIT_ARB on...José Fonseca2014-11-141-3/+3
* configure.ac: remove enable flags for EGL and GBM Gallium state trackersMarek Olšák2014-11-141-8/+0
* llvmpipe: Call pipe_thread_wait() on Linux.José Fonseca2014-11-131-0/+6
* i915g: we also have more than 0 viewports!Kenneth Graunke2014-11-121-0/+3
* vc4: Avoid reusing a pointer from c->outputs[] after add_output().Eric Anholt2014-11-121-5/+6
* vc4: Fix assumption of TGSI OUT[0] being POSITION in the VS.Eric Anholt2014-11-121-5/+5
* nvc0: remove unused mm_VRAM_fe0Ilia Mirkin2014-11-122-9/+0
* st/glx: Implement GLX_EXT_create_context_es2_profile.José Fonseca2014-11-122-37/+54
* Revert "clover: Fix build after llvm r221375"Tom Stellard2014-11-121-4/+0
* gallivm: Fix build with LLVM 3.6 (r221751).José Fonseca2014-11-121-1/+10
* ilo: clean up gen6_3DSTATE_SF()Chia-I Wu2014-11-113-90/+105
* ilo: clean up gen7_3DSTATE_STREAMOUT()Chia-I Wu2014-11-112-45/+35
* ilo: rework gen7_3DSTATE_SO_DECL_LIST()Chia-I Wu2014-11-111-60/+66
* ilo: add 3DSTATE_SO_BUFFER variantsChia-I Wu2014-11-112-24/+25
* ilo: add gen6_3dstate_constant()Chia-I Wu2014-11-112-84/+67
* ilo: add variants of 3DSTATE_{HS,DS}Chia-I Wu2014-11-112-12/+6
* ilo: add variants of 3DSTATE_GSChia-I Wu2014-11-113-63/+100
* ilo: add variants of 3DSTATE_VSChia-I Wu2014-11-113-16/+22
* ilo: add variants of 3DSTATE_PSChia-I Wu2014-11-112-36/+41
* ilo: add variants of 3DSTATE_WMChia-I Wu2014-11-113-54/+61
* ilo: add variants of 3DSTATE_CLIPChia-I Wu2014-11-113-24/+32
* ilo: prefix 3DSTATE_VF with gen75Chia-I Wu2014-11-112-4/+4
* st/va: MPEG4 call vlVaDecoderFixMPEG4Startcode()Michael Varga2014-11-101-0/+7
* st/va: MPEG4 generate GOV and VOP headerMichael Varga2014-11-101-0/+92
* st/va: MPEG4 populate the SPS structureMichael Varga2014-11-101-0/+6
* st/va: MPEG4 populate the iq matrix buffersMichael Varga2014-11-101-0/+16
* st/va: MPEG4 populate the PPS structureMichael Varga2014-11-102-0/+81
* st/va: refactored handleVASliceDataBufferTypeMichael Varga2014-11-101-35/+40
* ilo: derive fb blending caps at bind timeChia-I Wu2014-11-103-78/+101
* ilo: remove inlined state functionsChia-I Wu2014-11-104-236/+177
* ilo: use top/bottom split for state functionsChia-I Wu2014-11-109-1852/+1856
* util/format: Fix clamping to 32bit integers.José Fonseca2014-11-081-0/+27
* util/format: Generate floating point constants for clamping.José Fonseca2014-11-081-4/+4
* llvmpipe: Avoid deadlock when unloading opengl32.dllJosé Fonseca2014-11-071-2/+6
* ilo: tidy up message descriptor decodingChia-I Wu2014-11-071-189/+302
* ilo: decode INTERFACE_DESCRIPTOR_DATAChia-I Wu2014-11-073-1/+42
* clover: Fix build after llvm r221375Jan Vesely2014-11-061-0/+4
* ilo: add two missing headers to the sources listEmil Velikov2014-11-061-0/+2
* ilo: let ilo_shader_compile_cs() return a dummy shaderChia-I Wu2014-11-061-1/+185
* ilo: hook up launch_grid()Chia-I Wu2014-11-061-3/+73
* ilo: add ilo_render_emit_launch_grid()Chia-I Wu2014-11-068-2/+621
* ilo: improve media command helpersChia-I Wu2014-11-061-71/+141
* ilo: disassemble DP DC messagesChia-I Wu2014-11-061-2/+140