summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* mesa: Remove support for parsing NV vertex programs.Eric Anholt2012-10-157-1562/+5
* swrast: Remove support for GL_NV_vertex_program.Eric Anholt2012-10-152-3/+0
* gallium: Remove #if 0-ed enable of NV_vp. It's going away.Eric Anholt2012-10-151-5/+0
* r200: Remove support for software-only NV_vertex_program.Eric Anholt2012-10-154-18/+1
* intel: Remove NV_vertex_program support.Eric Anholt2012-10-153-9/+0
* i965/vp: Remove more code for unused opcodes.Eric Anholt2012-10-151-55/+1
* r600g: drop useless switch statementAndreas Boll2012-10-151-94/+7
* gallium/docs: update some distro informationAndreas Boll2012-10-152-8/+37
* r600g: emit the border color only when it's neededMarek Olšák2012-10-154-4/+24
* r600g: cleanup create_sampler_state functionsMarek Olšák2012-10-153-57/+46
* st/mesa: fix integer texture border color for some formats (v2)Marek Olšák2012-10-154-48/+112
* util: added debug_print_transfer_flags() functionBrian Paul2012-10-152-0/+45
* mesa: Fix a crash in update_texture_state() for external texture typeAbdiel Janulgue2012-10-152-0/+10
* svga: remove needless debug-mode linked list codeBrian Paul2012-10-151-3/+1
* util: null-out the node's prev/next pointers in list_del()Chris Fester2012-10-151-0/+1
* nouveau: fix offset in nouveau_buffer_transfer_mapChristoph Bumiller2012-10-141-1/+1
* u_format_s3tc.c: Don't call getenv() twiceMatt Turner2012-10-121-2/+3
* android: generate matching remap_helper to dispatch tableTapani Pälli2012-10-121-1/+1
* gallivm: Don't use llvm.x86.avx.max/min.ps.256 inadvertently.José Fonseca2012-10-121-4/+4
* tgsi: Dump register number when dumping immediates.José Fonseca2012-10-121-1/+7
* gallivm: fix rsqrt failuresRoland Scheidegger2012-10-122-15/+76
* galahad: galahad_context_blitJosé Fonseca2012-10-121-11/+15
* r600g: move shader structures into r600_shader.hMarek Olšák2012-10-129-25/+30
* mesa/st: Fix assertions.José Fonseca2012-10-121-2/+2
* r600g: implement MSAA resolving for 8-bit and 16-bit integer formatsMarek Olšák2012-10-123-6/+46
* intel: print debug either to stdout or `logcat' depending on platform.Oliver McFadden2012-10-122-4/+16
* util: fix broken pipe_get_tile_rgba() callBrian Paul2012-10-111-1/+1
* radeon/llvm: Fix build with LLVM 3.2Tom Stellard2012-10-111-3/+10
* clover: Fix build with LLVM 3.2Tom Stellard2012-10-111-1/+10
* clover: Don't link against libclangRewriteTom Stellard2012-10-111-1/+0
* radeonsi: handle unhandled CAPsMarek Olšák2012-10-111-0/+4
* radeonsi: fixup the return type of is_format_supportedMarek Olšák2012-10-112-10/+10
* radeonsi: remove unused local variablesMarek Olšák2012-10-114-9/+0
* r600g: put user indices in the command stream for small index countsMarek Olšák2012-10-112-14/+28
* r600g: inline r600_translate_index_bufferMarek Olšák2012-10-114-65/+22
* gallium: unify transfer functionsMarek Olšák2012-10-11103-2014/+1204
* st/mesa: use the renderbuffer chosen by core Mesa in CopyTexSubImageMarek Olšák2012-10-111-12/+1
* softpipe: remove unused functionsMarek Olšák2012-10-112-26/+0
* st/mesa: use transfer_inline_write in st_texture_image_dataMarek Olšák2012-10-111-46/+8
* st/mesa: remove useless checking in reset_cacheMarek Olšák2012-10-111-6/+0
* svga: don't use uninitialized framebuffer stateBrian Paul2012-10-111-2/+4
* svga: Remove wierd code which forces non-sRGB formats.John Kåre Alsaker2012-10-101-8/+0
* svga: Add support for 16-bit per channel RGBAJohn Kåre Alsaker2012-10-101-0/+3
* i965/vs: Add support for splitting virtual GRFs.Eric Anholt2012-10-103-0/+62
* i965/vs: Try again when we've successfully spilled a reg.Eric Anholt2012-10-103-10/+16
* i965/vs: Implement register spilling.Kenneth Graunke2012-10-103-1/+144
* i965/vs: Fix unit mismatch in scratch base_offset parameter.Kenneth Graunke2012-10-103-4/+8
* egl: Return EGL_BAD_MATCH for invalid profile attributesMatt Turner2012-10-101-10/+7
* radeon/llvm: use ceil intrinsic instead of llvm.AMDIL.round.posinfVincent Lejeune2012-10-103-6/+2
* radeon/llvm: use floor intrinsic instead of llvm.AMDIL.floorVincent Lejeune2012-10-105-5/+5