aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* radeon/uvd: add UVD implementation v5Christian König2013-04-1115-21/+1924
* radeon/winsys: add uvd ring support to winsys v3Christian König2013-04-113-0/+31
* r600g: Add support for GL_ARB_texture_buffer_rangeFredrik Höglund2013-04-113-5/+11
* r600g: fix valgrind warning on CaymanMarek Olšák2013-04-101-1/+1
* gallivm/tgsi: handle untyped movesZack Rusin2013-04-102-0/+10
* gallivm: fix loops and conditionals within GSZack Rusin2013-04-102-19/+105
* llvmpipe: implement PIPE_QUERY_SO_STATISTICSZack Rusin2013-04-102-0/+21
* gallivm: fix unsigned divide and remainder opcodesZack Rusin2013-04-101-4/+33
* gallivm: fix breakcZack Rusin2013-04-101-12/+14
* radeonsi: remove sampler writemask v3Christian König2013-04-102-13/+8
* pipe-loader: Fix out of source buildNiels Ole Salscheider2013-04-101-2/+2
* st/osmesa: re-use buffers in OSMesaMakeCurrent()Brian Paul2013-04-091-7/+54
* st/vdpau: fix subtitle related bug v2Christian König2013-04-091-0/+4
* softpipe: misc updates to image dumping in softpipe_flush()Brian Paul2013-04-091-3/+4
* tgsi: Ensure struct tgsi_ind_register field Index is initialized.Vinson Lee2013-04-081-0/+1
* r600g: Fix UMAD on CaymanMartin Andersson2013-04-091-13/+32
* r600g/llvm: Add support for native isa for pre EGVincent Lejeune2013-04-082-2/+6
* gallium/util: add const to a parameter of util_max_layerMarek Olšák2013-04-061-1/+1
* radeonsi: Add compute support v3Tom Stellard2013-04-0511-49/+378
* radeonsi: Set TCL1_ACTION_ENA when invalidating the texture cacheTom Stellard2013-04-051-0/+1
* radeonsi: Remove si_pm4_inval_vertex_cache()Tom Stellard2013-04-053-8/+1
* gallium: PIPE_COMPUTE_CAP_IR_TARGET - allow drivers to specify a processor v2Tom Stellard2013-04-0510-80/+105
* util: add ETC as compressed formatWladimir2013-04-051-0/+1
* gallium/u_blitter: fix is_blit_generic_supported() stencil checkingBrian Paul2013-04-051-12/+14
* freedreno: use autogenerated register defsRob Clark2013-04-0523-1617/+2116
* st/wgl: Install our windows message hook to threads created before the ICD is...José Fonseca2013-04-052-26/+196
* llvmpipe: Work without sse2 if llvm is new enoughAdam Jackson2013-04-051-2/+3
* winsys/radeon: add command stream replay dump for faulty lockup v3Jerome Glisse2013-04-057-37/+443
* st/xlib: add HUD support for xlib/GLXBrian Paul2013-04-044-0/+34
* gallium/hud: add GALLIUM_HUD_PERIOD env varBrian Paul2013-04-041-1/+16
* gallium/hud: initialize sampler stateBrian Paul2013-04-041-0/+6
* gallivm: some minor cube map cleanupRoland Scheidegger2013-04-041-10/+15
* llvmpipe: implement ucmpZack Rusin2013-04-042-0/+32
* Avoid spurious GCC warnings in STATIC_ASSERT() macro.Paul Berry2013-04-041-1/+1
* freedreno: document debug flagErik Faye-Lund2013-04-041-0/+4
* st/wgl: add HUD supportBrian Paul2013-04-045-0/+42
* st/wgl: make stw_current_context() non-staticBrian Paul2013-04-042-1/+3
* util: add debug_memory_check_block(), debug_memory_tag()Brian Paul2013-04-042-0/+61
* gallium/hud: replace malloc w/ MALLOCBrian Paul2013-04-041-1/+1
* r600g/llvm: Workaround for wrong tex.offset_*Vincent Lejeune2013-04-041-0/+3
* gallivm: honor explicit derivatives values for cube maps.Roland Scheidegger2013-04-044-28/+60
* gallivm: do per-pixel cube face selection (finally!!!)Roland Scheidegger2013-04-043-82/+180
* gallivm: minor rho calculation optimization for 1 or 3 coordsRoland Scheidegger2013-04-042-29/+22
* gallivm: use f16c hw support for float->half and half->float conversionRoland Scheidegger2013-04-044-4/+53
* draw/llvmpipe: allow independent so attachments to the vsZack Rusin2013-04-036-23/+43
* llvmpipe: reset so buffers when not appendingZack Rusin2013-04-031-0/+6
* draw: remove unused functionZack Rusin2013-04-032-12/+0
* draw/llvm: use an enum instead of magic numbersZack Rusin2013-04-032-10/+15
* draw/gs: cleanup some debugging codeZack Rusin2013-04-031-4/+0
* draw/so: maintain an exact number of written verticesZack Rusin2013-04-033-7/+33