summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_pipe.c
Commit message (Expand)AuthorAgeFilesLines
* r600g: shortcut ctx->screen->ws to ctx->wsMarek Olšák2011-10-301-1/+1
* r600g: get backend mask after the context is fully set upMarek Olšák2011-10-281-0/+2
* r600g: enable integer shader cap for evergreen.Dave Airlie2011-10-091-0/+3
* r600g: remove struct radeon (or what's left of it)Marek Olšák2011-09-301-15/+3
* r600g: move family and chip_class from struct radeon to r600_screenMarek Olšák2011-09-301-9/+38
* r600g: merge r600_bo with r600_resourceMarek Olšák2011-09-301-8/+10
* gallium: add PIPE_CAP_TEXTURE_BARRIERMarek Olšák2011-09-301-0/+1
* gallium: add PIPE_CAP_CONDITIONAL_RENDERMarek Olšák2011-09-301-0/+1
* gallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERSMarek Olšák2011-09-301-3/+2
* gallium: remove PIPE_CAP_TEXTURE_MIRROR_REPEATMarek Olšák2011-09-301-1/+0
* u_vbuf_mgr: s/u_vbuf_mgr_/u_vbuf_Marek Olšák2011-09-261-2/+2
* r600g: remove r600_resource_buffer structMarek Olšák2011-09-121-1/+1
* r600g: remove r600_drm_public.hMarek Olšák2011-09-121-1/+0
* r600g: inline some of the winsys r600_get functionsMarek Olšák2011-09-121-2/+2
* r600g: compute tiling info in the pipe, not in the winsysMarek Olšák2011-09-121-1/+122
* r600g: enable texture arraysMarek Olšák2011-09-101-3/+3
* gallium: add PIPE_CAP_MAX_TEXTURE_ARRAY_LAYERSMarek Olšák2011-09-101-3/+2
* gallium: add caps for MIN/MAX texel offsets.Dave Airlie2011-09-021-0/+6
* r600g: Fix include styleKai Wasserbäch2011-08-291-17/+17
* g3dvl: Rework the decoder interface part 2/5Christian König2011-08-261-0/+2
* r600g: implement NV_primitive_restart functionality (v2)Marek Olšák2011-08-181-1/+1
* r600g: expose ARB_ES2_compatibility by claiming fixed-point format supportMarek Olšák2011-08-161-0/+1
* r600g: enable thread offloadingMarek Olšák2011-08-161-3/+2
* r600g: remove an unused parameter from r600_bo_destroyMarek Olšák2011-08-161-1/+1
* r600g: use buffer_map/unmap from radeon_winsysMarek Olšák2011-08-161-1/+3
* r600g: set the flush callback in radeon_winsysMarek Olšák2011-08-161-3/+18
* r600g: put radeon_winsys in screen::winsys, don't include drm_driver in the pipeMarek Olšák2011-08-161-4/+6
* r600g: first step into winsys/radeonMarek Olšák2011-08-161-1/+3
* Merge branch 'glsl-to-tgsi'Bryan Cain2011-08-041-0/+2
|\
| * gallium: add PIPE_SHADER_CAP_INTEGERSBryan Cain2011-08-011-0/+2
* | r600g: remove more of unused codeMarek Olšák2011-08-041-13/+0
* | r600g: Get rid of leftover PB_USAGE_* flags.Henri Verbeet2011-07-181-1/+1
* | [g3dvl] add some more PIPE_VIDEO_CAPsChristian König2011-07-121-0/+5
* | Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-07-111-93/+14
|\ \
| * | r600g: Store the chip class in r600_pipe_context.Henri Verbeet2011-07-091-33/+9
| * | r600g: Use the actual Evergreen functions to query format support on Evergreen.Henri Verbeet2011-07-051-56/+5
| * | r600g: Get rid of the unused "family" parameter to r600_is_vertex_format_supp...Henri Verbeet2011-07-051-7/+3
* | | [g3dvl] and finally remove pipe_video_contextChristian König2011-07-081-10/+3
* | | [g3dvl] move video buffer creation out of video contextChristian König2011-07-081-0/+1
* | | [g3dvl] remove the unused priv member from pipe_video_contextChristian König2011-07-081-1/+1
* | | [g3dvl] make pipe_context mandatory for creation pipe_video_contextChristian König2011-07-081-1/+9
* | | [g3dvl] rename is_format_supported to is_video_format_supported and move it i...Christian König2011-07-081-0/+2
* | | [g3dvl] rename get_param to get_video_param and move into screen objectChristian König2011-07-071-0/+13
* | | Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-07-041-13/+5
|\| |
| * | r600g: fix check for empty csVadim Girlin2011-06-301-3/+0
| * | r600g: implement fragment and vertex color clampVadim Girlin2011-06-241-1/+1
| * | r600g: bump shader input limitsMarek Olšák2011-06-231-2/+2
| * | r600g: implement seamless_cube_map on r600-r700Marek Olšák2011-06-201-1/+1
| |/
| * r600g: add TXD support.Dave Airlie2011-06-151-1/+1
| * r600g: disable shader_texture_lod until there is driver supportMarek Olšák2011-06-141-1/+1