summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300
Commit message (Expand)AuthorAgeFilesLines
* gallium/util: implement layered framebuffer clear in u_blitterMarek Olšák2013-12-031-3/+1
* gallium: add support for AMD_vertex_shader_layerMarek Olšák2013-12-031-0/+1
* gallium: new shader cap bit for the amount of sampler viewsRoland Scheidegger2013-11-281-0/+3
* gallium/drivers: compact compiler flags into Automake.incEmil Velikov2013-11-161-7/+5
* gallium/drivers: enable automake subdir-objectsEmil Velikov2013-11-161-0/+2
* r300: move the final sources list to Makefile.sourcesEmil Velikov2013-11-162-12/+15
* r300: add symlink to ralloc.c and register_allocate.cEmil Velikov2013-11-163-3/+5
* gallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZESIlia Mirkin2013-10-261-0/+1
* winsys/radeon: add the implementation of fences from r300gMarek Olšák2013-10-252-33/+8
* gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul2013-10-231-4/+9
* r300g/compiler: Fix unsigned comparison with less than zeroDavid Heidelberger2013-10-211-1/+1
* r300g: remove unused function r300_lacks_vertex_texturesMarek Olšák2013-10-041-7/+0
* radeon: don't use old bind_vertex/fragment_sampler_states() hooksBrian Paul2013-10-031-21/+0
* radeon: implement pipe_context::bind_sampler_states()Brian Paul2013-10-031-0/+26
* r300g: rename r300_bind_sampler_states to r300_bind_fragment_sampler_statesBrian Paul2013-10-031-4/+4
* r300g/swtcl: don't call draw_prepare_shader_outputsMarek Olšák2013-10-031-1/+0
* radeon drivers: handle PIPE_CAP_MAX_VIEWPORTSMarek Olšák2013-09-291-0/+3
* radeon/winsys: keep screen pointer in winsys v2Christian König2013-09-251-0/+3
* gallium: add flush_resource context functionMarek Olšák2013-09-201-0/+6
* gallium, intel: Implements new __DRI_IMAGE_USE_LINEAR and PIPE_BIND_LINEAR fl...Axel Davy2013-09-061-1/+1
* r300g: enable MSAA on r300-r400, be careful about using color compressionMarek Olšák2013-08-274-5/+14
* vl: add entrypoint to get_video_paramChristian König2013-08-191-1/+2
* vl: rename pipe_video_decoder to pipe_video_codecChristian König2013-08-191-1/+1
* vl: Add support for max level query v2Rico Schüller2013-08-141-0/+2
* r300g/compiler/tests: Pass the required LDFLAGS when building the test programTom Stellard2013-08-071-1/+2
* r300g/compiler/tests: Fix segfaultTom Stellard2013-08-073-4/+4
* draw: inject frontface info into wireframe outputsZack Rusin2013-08-021-0/+1
* Revert "r300g: Give CLIP_DISABLE another try"Marek Olšák2013-07-302-3/+2
* gallium: Add PIPE_CAP_ENDIANNESSTom Stellard2013-07-221-0/+2
* r300g: make use of gallium's os_get_process_name()Jonathan Gray2013-07-181-1/+6
* Revert "r300g: allow HiZ with a 16-bit zbuffer"Marek Olšák2013-07-151-0/+1
* r300g/swtcl: fix a lockup in MSAA resolveMarek Olšák2013-07-151-0/+7
* r300g/swtcl: fix geometry corruption by uploading indices to a bufferMarek Olšák2013-07-153-45/+31
* tgsi: rename the TGSI fragment kill opcodesBrian Paul2013-07-124-10/+10
* mesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimitCheck and dependenciesMarek Olšák2013-07-021-1/+0
* r300g/compiler: Prevent regalloc from swizzling texture operands v2Tom Stellard2013-06-305-0/+124
* r300g/compiler/tests: Add an assembly parserTom Stellard2013-06-305-16/+200
* r300g: Fix make checkTom Stellard2013-06-301-1/+2
* gallium: add condition parameter to render_conditionRoland Scheidegger2013-06-181-3/+4
* gallium/u_blitter: make clearing independent of the colorbuffer formatMarek Olšák2013-06-131-2/+1
* gallium/u_blitter: make clearing independent of the number of bound colorbuffersMarek Olšák2013-06-131-1/+0
* gallium: Add support for multiple viewportsZack Rusin2013-05-252-8/+12
* draw: try to prevent overflows on index buffersZack Rusin2013-05-141-1/+1
* draw: don't crash on vertex buffer overflowZack Rusin2013-05-141-2/+2
* gallium: add PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE for GLMarek Olšák2013-05-111-0/+1
* gallium: fix type of flags in pipe_context::flush()Chia-I Wu2013-05-041-1/+1
* scons: remove radeon buildAndreas Boll2013-05-031-24/+0
* winsys/radeon: consolidate tracing into winsys v2Jerome Glisse2013-04-252-4/+4
* st/mesa: optionally apply texture swizzle to border color v2Christoph Bumiller2013-04-181-0/+1
* gallium: Eliminate TGSI_OPCODE_IFC.José Fonseca2013-04-171-1/+0