summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* r300g: take advantage of KEEP_TILING_FLAGS flush flagMarek Olšák2011-12-132-2/+10
* nouveau: get rid of winsys objectMarcin Slusarz2011-12-1314-27/+15
* i915g: Roll back to the previous shader limits.Stéphane Marchesin2011-12-133-6/+2
* i915g: Update TODO.Stéphane Marchesin2011-12-131-0/+2
* mesa: add const flags to skip MaxVarying and MaxUniform linker checks (v2)Marek Olšák2011-12-131-0/+2
* r300g: integer and fixed-point 16.16 textures are not supportedMarek Olšák2011-12-121-0/+11
* i915g: fix debug dump on 64 bit systemsMichael Karcher2011-12-111-1/+1
* i915g: Fix wrong indices for LINE_LOOP caseFatih Aşıcı2011-12-111-2/+2
* llvmpipe: Trim the fragment shader cached based on LLVM IR instruction count.José Fonseca2011-12-084-11/+33
* llvmpipe,draw,gallivm: Ensure we don't walk beyond the end of the shader vari...José Fonseca2011-12-082-3/+11
* nouveau/nvfx: Add more unsupported PIPE_CAP valuesPatrice Mandin2011-12-061-1/+5
* r600g: check shaders presence in r600_draw_vboVadim Girlin2011-12-061-0/+3
* r600g: fix error path and use util_slab_freeJerome Glisse2011-12-051-1/+1
* nv50/nvc0: fix crash when channel allocation failsMarcin Slusarz2011-12-022-2/+4
* i915g: Implement GL_STREAM_* for textures by using untiled textures.Stéphane Marchesin2011-12-011-1/+1
* i915g: Add unsupported PIPE_SHADER_CAP_OUTPUT_READ to silence warnings.Stéphane Marchesin2011-12-011-0/+2
* gallium/failover: Remove the deprecated module.Kai Wasserbäch2011-11-307-1169/+0
* gallium/cell: Remove the driver.Kai Wasserbäch2011-11-2973-19259/+0
* gallium/auxiliary: Remove os_stream.José Fonseca2011-11-291-9/+8
* i965g: Delete this driver.Kai Wasserbäch2011-11-2996-35580/+0
* r600g: add framebuffer support for 2/10/10/10 integerDave Airlie2011-11-272-0/+4
* r600g: add int support for 2/10/10/10 format.Dave Airlie2011-11-271-0/+3
* android: pass -std=c99 by defaultChia-I Wu2011-11-264-7/+0
* softpipe: s/int/unsigned/ to be consistent in alpha test codeBrian Paul2011-11-231-2/+2
* softpipe: remove pointless break stmtBrian Paul2011-11-231-1/+0
* i915g: don't set alpha to 1 for RGBX and BGRXVasily Khoruzhick2011-11-231-2/+1
* r600g: handle all remaining CAPsMarek Olšák2011-11-221-0/+6
* r600g: remove default case statements in get_paramMarek Olšák2011-11-221-9/+3
* r300g: re-order shaders CAPsMarek Olšák2011-11-221-7/+6
* r300g: handle SHADER_CAP_OUTPUT_READMarek Olšák2011-11-221-0/+2
* r300g: remove default case statements in get_paramMarek Olšák2011-11-221-8/+2
* u_vbuf_mgr: rename to u_vbufMarek Olšák2011-11-224-6/+6
* gallium: separate out floating-point CAPs into its own enumMarek Olšák2011-11-2217-100/+108
* gallium: remove PIPE_CAP_GLSL and enable GLSL unconditionallyMarek Olšák2011-11-2211-32/+0
* i915g: implement RGBX and BGRX render targetsVasily Khoruzhick2011-11-222-2/+7
* r600g: handle PIPE_SHADER_CAP_OUTPUT_READVadim Girlin2011-11-211-0/+2
* r300g: set max_index to 0xffffff if there are no per-vertex attribsMarek Olšák2011-11-201-2/+11
* u_vbuf_mgr: correctly compute max vertex count from hw buffersMarek Olšák2011-11-201-1/+8
* r600g: use u_vbuf_mgr to set/get the index bufferMarek Olšák2011-11-202-14/+5
* r300g: use u_vbuf_mgr to set/get the index bufferMarek Olšák2011-11-203-24/+12
* r600g: set MIN/MAX_VTX_INDX to 0 and ~0, respectivelyMarek Olšák2011-11-201-10/+4
* r300g: always set VF_MIN_VTX_INDX to 0Marek Olšák2011-11-201-11/+10
* r600g: don't change the order of writes in merge_inst_groupVadim Girlin2011-11-171-1/+14
* nvc0: add support for GF119 (NVD9)Ben Skeggs2011-11-171-0/+1
* r600g: fix the representation of control-flow instructionsMarek Olšák2011-11-159-426/+536
* r600g: mask write for fake VS export componentsVadim Girlin2011-11-141-4/+4
* r600g: fix op3 & write in merge_inst_groupsVadim Girlin2011-11-141-1/+1
* r600g: set max max tex/vtx instructions count to 16 for caymanAlex Deucher2011-11-141-3/+1
* r600g: set max tex/vtx instructions count to 16 for evergreenVadim Girlin2011-11-141-1/+1
* llvmpipe: Silent warnings about undeclared llvmpipe_check_render_cond.José Fonseca2011-11-142-0/+2