index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
r600
/
r600_pipe.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r600g: implement the pipe_screen fence functions
Fredrik Höglund
2011-03-29
1
-0
/
+145
*
r600g: Original R600 does not support per-MRT blends
Alex Deucher
2011-03-14
1
-2
/
+11
*
gallium: remove flags from the flush function
Marek Olšák
2011-03-11
1
-1
/
+1
*
gallium: remove the geom_flags param from is_format_supported
Marek Olšák
2011-03-11
1
-2
/
+1
*
r600g: Constant buffers can contain up to 4096 constants.
Henri Verbeet
2011-03-07
1
-1
/
+1
*
gallium: split CAP_INSTANCE_DRAWING into INSTANCEID and INSTANCE_DIVISOR
Marek Olšák
2011-03-05
1
-1
/
+2
*
r600g: start using drm minor version to enable things.
Dave Airlie
2011-03-01
1
-1
/
+1
*
r600g: indentation fixes
Jerome Glisse
2011-02-28
1
-2
/
+1
*
r600g: implement instanced drawing support
Christian König
2011-02-28
1
-1
/
+1
*
r600g: EXT_texture_array support.
Dave Airlie
2011-02-24
1
-1
/
+4
*
r600g: Request DWORD aligned vertex buffers.
Fabian Bieler
2011-02-23
1
-1
/
+1
*
r600g: add support for s3tc formats.
Dave Airlie
2011-02-15
1
-0
/
+2
*
r600g: slab-allocate buffer and transfer structures
Marek Olšák
2011-02-08
1
-1
/
+39
*
r600g: use the same upload buffer for vertices, indices, and constants
Marek Olšák
2011-02-08
1
-22
/
+6
*
u_vbuf_mgr: add a way to specify the BIND flag for the upload buffer
Marek Olšák
2011-02-08
1
-0
/
+1
*
u_vbuf_mgr: make the uploader public
Marek Olšák
2011-02-08
1
-1
/
+1
*
Revert "r600g: do not flush the uploader" (with comments)
Marek Olšák
2011-02-08
1
-0
/
+7
*
r600g: Add support for relative addressing on constant buffers.
Henri Verbeet
2011-02-07
1
-1
/
+1
*
r600g: Remove vs_resource and ps_resource from the pipe context.
Henri Verbeet
2011-02-07
1
-14
/
+0
*
r600g: correctly report supported vertex formats
Marek Olšák
2011-02-07
1
-3
/
+8
*
r600g: use the new vertex buffer manager
Marek Olšák
2011-02-07
1
-15
/
+11
*
r600g: do not flush the uploader
Marek Olšák
2011-02-06
1
-3
/
+0
*
r600g: consolidate draw_vbo functions (v2)
Marek Olšák
2011-01-30
1
-2
/
+1
*
r600g: make r600_drawl inherit pipe_draw_info
Marek Olšák
2011-01-30
1
-1
/
+1
*
r600g: add back u_upload_mgr integration
Marek Olšák
2011-01-30
1
-8
/
+12
*
r600g: handle PIPE_CAP_ARRAY_TEXTURES
Marek Olšák
2011-01-28
1
-0
/
+1
*
r600g: Implement timer queries.
Mathias Fröhlich
2011-01-25
1
-1
/
+4
*
r600g: fix PIPE_CAP_INSTANCED_DRAWING warning
Christian König
2011-01-16
1
-0
/
+1
*
r600g: allow constant buffers to be user buffers.
Dave Airlie
2011-01-07
1
-0
/
+8
*
r600g: add support for NI (Northern Islands) GPUs
Alex Deucher
2011-01-06
1
-0
/
+6
*
r600g: Get rid of r600_blit_uncompress_depth_ptr.
Henri Verbeet
2010-12-24
1
-2
/
+0
*
r600g: specialized upload manager
Jerome Glisse
2010-12-09
1
-16
/
+5
*
r600g: avoid useless shader rebuild at draw call
Jerome Glisse
2010-12-06
1
-2
/
+2
*
r600g: build fetch shader from vertex elements
Jerome Glisse
2010-12-06
1
-0
/
+2
*
r600g: indentation fix
Jerome Glisse
2010-12-03
1
-3
/
+3
*
r600g: bump texture/cb limits appropriately for evergreen
Alex Deucher
2010-12-02
1
-2
/
+14
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
1
-1
/
+1
*
r600g: add support for ontario APUs
Alex Deucher
2010-11-22
1
-0
/
+2
*
gallium: add PIPE_SHADER_CAP_SUBROUTINES
Marek Olšák
2010-11-22
1
-0
/
+2
*
r600g: code cleanup (indent, trailing space, empty line ...)
Jerome Glisse
2010-11-17
1
-2
/
+2
*
r600g: fill out CAPs for indirect addressing
Marek Olšák
2010-11-12
1
-0
/
+5
*
r600g: Mention AMD in the renderer string.
Henri Verbeet
2010-11-07
1
-18
/
+18
*
r600g: Swap the util_blitter_destroy call order.
José Fonseca
2010-11-03
1
-2
/
+3
*
r600g: Destroy the winsys in r600_destroy_screen().
Tilman Sauerbeck
2010-11-02
1
-0
/
+3
*
r600g: Delete custom_dsa_flush on shutdown.
Tilman Sauerbeck
2010-11-02
1
-0
/
+2
*
r600g: We don't support PIPE_CAP_PRIMITIVE_RESTART.
Tilman Sauerbeck
2010-11-02
1
-0
/
+1
*
r600g: Destroy the blitter.
Tilman Sauerbeck
2010-10-27
1
-0
/
+2
*
r600g: initial translate state support
Dave Airlie
2010-10-21
1
-0
/
+9
*
r600g: get tiling info from kernel
Dave Airlie
2010-10-18
1
-0
/
+2
*
r600g: the vs/ps const arrays weren't actually being used.
Dave Airlie
2010-10-13
1
-14
/
+0
[next]