index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
r600
Commit message (
Expand
)
Author
Age
Files
Lines
*
r600g: disable tiling by default again.
Dave Airlie
2011-03-04
1
-4
/
+4
*
r600g: correct mega_fetch_count in fetch shader
Christian König
2011-03-03
1
-1
/
+1
*
r600g: change the cross over point for 2d->1d
Dave Airlie
2011-03-02
1
-1
/
+1
*
r600g: add NV_conditional_render support.
Dave Airlie
2011-03-01
4
-1
/
+37
*
r600g: start using drm minor version to enable things.
Dave Airlie
2011-03-01
8
-13
/
+26
*
r600g: truncate point sampled texture coordinates
Alex Deucher
2011-02-28
2
-1
/
+14
*
r600g: add missing evergreen INT_TO_FLT to r600_bc_get_num_operands
Alex Deucher
2011-02-28
1
-0
/
+1
*
r600g: indentation fixes
Jerome Glisse
2011-02-28
6
-66
/
+65
*
r600g: implement instanced drawing support
Christian König
2011-02-28
6
-103
/
+191
*
Revert "r600g: Don't negate result of ABS instruction"
Dave Airlie
2011-02-28
1
-2
/
+0
*
r600g: Process TRUNC with tgis_op2
Fabian Bieler
2011-02-28
1
-2
/
+2
*
r600g: Don't negate result of ABS instruction
Fabian Bieler
2011-02-28
1
-0
/
+2
*
r600g: explicity set sign bits for RGTC
Dave Airlie
2011-02-25
1
-2
/
+4
*
r600g: bc 4/5 or rgtc textures need to be tiled as well.
Dave Airlie
2011-02-25
2
-10
/
+10
*
r600g: EXT_texture_array support.
Dave Airlie
2011-02-24
6
-9
/
+39
*
r600g: Request DWORD aligned vertex buffers.
Fabian Bieler
2011-02-23
1
-1
/
+1
*
r600g: reorganise rgtc pieces.
Dave Airlie
2011-02-18
1
-16
/
+23
*
r600g: Start a new TEX clause if the texture lookup address was fetched in th...
Fabian Bieler
2011-02-18
1
-0
/
+12
*
r600g: Add support to dump vertex- and texture-fetch clauses
Fabian Bieler
2011-02-18
1
-1
/
+56
*
r600g: add BC4/5 to RGTC conversion
Dave Airlie
2011-02-18
1
-0
/
+8
*
r600g: get s3tc working on cards with crappy 64/128 bit types.
Dave Airlie
2011-02-17
4
-0
/
+30
*
r600g: add missing type to color buffer swap.
Dave Airlie
2011-02-17
1
-0
/
+1
*
r600g: fix typo in previous s3tc commit
Dave Airlie
2011-02-16
1
-1
/
+1
*
r600g: add L8A8 SRGB formats.
Dave Airlie
2011-02-16
3
-2
/
+8
*
r600g: add L4A4 support.
Dave Airlie
2011-02-16
2
-0
/
+12
*
r600g: fix s3tc-texsubimage
Dave Airlie
2011-02-16
1
-0
/
+3
*
r600g: add srgb compressed formats to the list.
Dave Airlie
2011-02-16
1
-0
/
+4
*
r600g: Fix RGB10_A2 format handling
Fabian Bieler
2011-02-15
2
-6
/
+10
*
r600g: fix regression in r6/7xx since mipmap rework
Dave Airlie
2011-02-15
1
-1
/
+1
*
r600g: add support for s3tc formats.
Dave Airlie
2011-02-15
3
-0
/
+75
*
r600g: fix miptree calculations
Dave Airlie
2011-02-15
4
-47
/
+41
*
r600g: drop tiled flag
Dave Airlie
2011-02-15
4
-13
/
+8
*
gallium: notify drivers about possible changes in user buffer contents
Marek Olšák
2011-02-14
2
-0
/
+3
*
r600g: add alignment cases for linear aligned
Alex Deucher
2011-02-14
1
-0
/
+6
*
r600g: do not destroy the original index buffer when translating indices
Marek Olšák
2011-02-14
1
-2
/
+2
*
r600g: get correct height alignment
Dave Airlie
2011-02-11
1
-3
/
+2
*
r600g: drop two unused | 0 that are actually in word4 anyways.
Dave Airlie
2011-02-11
2
-2
/
+2
*
r600g: handle 16/32 u/s norm formats properly
Dave Airlie
2011-02-11
7
-12
/
+57
*
r600g: fixup assertion
Marek Olšák
2011-02-08
1
-1
/
+1
*
r600g: add a faster implementation of transfer_inline_write
Marek Olšák
2011-02-08
1
-1
/
+25
*
r600g: slab-allocate buffer and transfer structures
Marek Olšák
2011-02-08
3
-10
/
+85
*
r600g: use the same upload buffer for vertices, indices, and constants
Marek Olšák
2011-02-08
4
-28
/
+10
*
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
6
-22
/
+152
*
r600g: Set the fetch type in r600_bc_vtx_build().
Henri Verbeet
2011-02-07
1
-0
/
+1
*
r600g: Handle the ADD_INT instruction in r600_bc_get_num_operands().
Henri Verbeet
2011-02-07
1
-0
/
+2
*
r600g: Generalize the pipe_add_vertex_attrib() functions.
Henri Verbeet
2011-02-07
4
-28
/
+20
*
r600g: Remove vs_resource and ps_resource from the pipe context.
Henri Verbeet
2011-02-07
3
-22
/
+6
[next]