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_asm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r600g: add flat non-interpolation support.
Dave Airlie
2011-09-16
1
-0
/
+1
*
r600g: add initial evergreen integer opcode support
Dave Airlie
2011-09-06
1
-2
/
+23
*
r600g: add 10/10/10/2 vertex format conversion.
Dave Airlie
2011-09-05
1
-0
/
+6
*
r600g: fix replace_gpr_with_pv_ps
Vadim Girlin
2011-08-25
1
-1
/
+1
*
r600g: fix check_and_set_bank_swizzle
Vadim Girlin
2011-08-25
1
-10
/
+20
*
r600g: rename bc -> bytecode
Marek Olšák
2011-08-16
1
-134
/
+134
*
r600g: remove an unused parameter from r600_bo_destroy
Marek Olšák
2011-08-16
1
-1
/
+1
*
r600g: use buffer_map/unmap from radeon_winsys
Marek Olšák
2011-08-16
1
-1
/
+1
*
r600g: Add support for ROUND, v2
Lauri Kasanen
2011-08-10
1
-0
/
+2
*
r600g: Store the chip class directly in r600_bc.
Henri Verbeet
2011-07-09
1
-44
/
+4
*
r600g: Replace the CHIPREV_* defines with the chip_class enum.
Henri Verbeet
2011-07-09
1
-68
/
+68
*
r600g: Store the chip class in r600_pipe_context.
Henri Verbeet
2011-07-09
1
-2
/
+2
*
r600g: eg+ support for FS_COLOR0_WRITES_ALL_CBUFS
Alex Deucher
2011-06-24
1
-0
/
+2
*
r600g: add TXD support.
Dave Airlie
2011-06-15
1
-0
/
+3
*
r600g: Put shaders into immutable buffers.
Mathias Fröhlich
2011-06-13
1
-1
/
+1
*
gallium: s/bool/boolean/
Brian Paul
2011-06-08
1
-2
/
+2
*
r600g: prepare for passing ctx into _r600_pipe_state_add_reg
Dave Airlie
2011-06-02
1
-2
/
+2
*
r600g: add llano support
Alex Deucher
2011-05-31
1
-0
/
+2
*
r600g: add initial cayman acceleration support.
Dave Airlie
2011-05-25
1
-32
/
+101
*
r600g: Unify comment style somewhat.
Henri Verbeet
2011-04-25
1
-36
/
+36
*
r600g: Cleanup the big endian support a bit.
Henri Verbeet
2011-04-25
1
-21
/
+9
*
r600g: fix bank swizzle calcs for scalar only operations.
Dave Airlie
2011-04-24
1
-15
/
+25
*
r600g: PV/PS have cycle restrictions in scalar operations
Dave Airlie
2011-04-24
1
-2
/
+6
*
r600g: add big endian support for r6xx/r7xx
Cédric Cano
2011-04-19
1
-4
/
+29
*
r600g: Check for relative addressing in destination register when trying to m...
Fabian Bieler
2011-03-22
1
-1
/
+8
*
r600g: FLT_TO_INT_FLOOR and FLT_TO_INT_RPI are vector-only instructions on Ev...
Henri Verbeet
2011-03-15
1
-3
/
+6
*
r600g: Move fetch shader register setup to r600_state.c / evergreen_state.c.
Henri Verbeet
2011-03-14
1
-18
/
+2
*
r600g: remove some now unneeded code from r600_bc_vtx_build
Christian König
2011-03-09
1
-25
/
+1
*
r600g: R700+ can do more than 8 tex and vtx clause in one CF inst
Christian König
2011-03-09
1
-2
/
+20
*
r600g: split R600 and R700 CF generation for VTX and TEX
Christian König
2011-03-09
1
-4
/
+12
*
r600g: use long long integers for instance addr calculation
Christian König
2011-03-06
1
-1
/
+1
*
r600g: simplify instance addr calculation
Christian König
2011-03-05
1
-47
/
+4
*
r600g: fix fragment shader size calculation
Christian König
2011-03-05
1
-8
/
+9
*
r600g: correct mega_fetch_count in fetch shader
Christian König
2011-03-03
1
-1
/
+1
*
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
1
-24
/
+24
*
r600g: implement instanced drawing support
Christian König
2011-02-28
1
-75
/
+155
*
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: 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: Split r600_bc_alu_src.
Henri Verbeet
2011-02-07
1
-4
/
+3
*
r600g: use the new vertex buffer manager
Marek Olšák
2011-02-07
1
-3
/
+3
*
r600g: Make some more things static.
Henri Verbeet
2011-02-03
1
-3
/
+3
*
r600g: Get rid of the unused r600_cf_vtx_tc() function.
Henri Verbeet
2011-02-03
1
-36
/
+0
*
r600g: use burst exports in shaders
Christian König
2011-02-02
1
-2
/
+34
*
r600g: fix regression in cubemap tests since eea1d8199b376f37027c14669e0bdf99...
Dave Airlie
2011-01-31
1
-1
/
+16
*
r600g: fix vertex format fallback
Marek Olšák
2011-01-30
1
-7
/
+1
*
r600g: FLT_TO_INT* are vector instructions on Evergreen.
Henri Verbeet
2011-01-25
1
-2
/
+2
*
r600g: FLT_TO_INT_FLOOR is trans instruction
Alex Deucher
2011-01-21
1
-0
/
+1
[next]