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
*
Revert "r600g: work around ddx over alignment"
Jerome Glisse
2012-12-19
1
-9
/
+3
*
r600g: work around ddx over alignment
Jerome Glisse
2012-12-18
1
-3
/
+9
*
radeon/llvm: improve cube map handling
Vadim Girlin
2012-12-18
1
-0
/
+3
*
r600g: initialize inst_mod in r600_tex_from_byte_stream
Vadim Girlin
2012-12-18
1
-0
/
+2
*
r600g: fixup offset types for printing
Dave Airlie
2012-12-16
2
-4
/
+4
*
r600g/radeonsi: Silence warnings
Maxence Le Dore
2012-12-13
4
-30
/
+47
*
r600g: use load_ar checks with llvm output.
Vincent Lejeune
2012-12-13
1
-0
/
+6
*
r600g: suballocate memory for fetch shaders from a large buffer
Marek Olšák
2012-12-12
6
-19
/
+37
*
r600g: suballocate memory for the STRMOUT_BUFFER_FILLED_SIZE register
Marek Olšák
2012-12-12
5
-16
/
+28
*
r600g: use u_upload_mgr for allocating staging transfer buffers
Marek Olšák
2012-12-12
1
-15
/
+15
*
winsys/radeon: don't use BIND flags, add a flag for the cache bufmgr instead
Marek Olšák
2012-12-12
3
-6
/
+8
*
gallium: remove pipe_surface::usage
Marek Olšák
2012-12-12
3
-6
/
+0
*
gallium: fix cap warnings for tbo cap.
Dave Airlie
2012-12-12
1
-0
/
+1
*
gallium/u_blitter: fix conflict with u_memory.h
Marek Olšák
2012-12-07
2
-0
/
+2
*
r600g: transfers of MSAA color textures should do the resolve
Marek Olšák
2012-12-07
1
-5
/
+32
*
r600g: mirror simplification of if/break opcodes
Vincent Lejeune
2012-11-29
1
-32
/
+12
*
r600g: separate resource_id and sampler_id tex info in tgsi-to-llvm
Vincent Lejeune
2012-11-29
1
-0
/
+3
*
r600g: fix broken streamout if streamout_begin caused a context flush
Marek Olšák
2012-11-23
1
-2
/
+6
*
r600g: fix ARB_map_buffer_alignment with unaligned offsets and staging buffers
Marek Olšák
2012-11-22
3
-3
/
+8
*
r600g: use LINEAR_ALIGNED tiling for 1D array textures and if height0 <= 3
Marek Olšák
2012-11-13
1
-1
/
+3
*
r600g: untiled window-system buffers should be LINEAR_ALIGNED
Marek Olšák
2012-11-13
1
-1
/
+1
*
r600g: use LINEAR_ALIGNED tiling for 1D textures
Marek Olšák
2012-11-13
1
-1
/
+2
*
r600g: use LINEAR_ALIGNED tiling for staging textures, reorder the code
Marek Olšák
2012-11-13
1
-6
/
+10
*
r600g: remove redundant parameter in r600_init_surface
Marek Olšák
2012-11-13
1
-6
/
+4
*
r600g: fix printk warnings
Dave Airlie
2012-11-10
1
-4
/
+4
*
r600g: add initial cube map array support (v2)
Dave Airlie
2012-11-10
9
-15
/
+238
*
r600g: fix lod bias/explicit lod with cube maps.
Dave Airlie
2012-11-09
1
-8
/
+20
*
r600g: clarify const buffer numbering and handling
Dave Airlie
2012-11-09
4
-4
/
+10
*
r600g: fix pre eg export with llvm
Vincent Lejeune
2012-11-08
1
-1
/
+1
*
r600g/compute: fix call to r600_bytecode_init
Alex Deucher
2012-11-07
1
-1
/
+2
*
r600g: add in-place DB decompression and texturing with DB tiling
Marek Olšák
2012-11-06
8
-79
/
+216
*
r600g: make tgsi-to-llvm generates store.pixel* intrinsic for fs
Vincent Lejeune
2012-11-02
5
-12
/
+127
*
r600g: re-enable handling of DISCARD_RANGE, improving performance
Marek Olšák
2012-11-01
1
-2
/
+0
*
r600g: fix abysmal performance in Reaction Quake
Marek Olšák
2012-11-01
2
-21
/
+24
*
r600g: avoid shader needing too many gpr to lockup the gpu v2
Jerome Glisse
2012-10-31
3
-34
/
+62
*
r600g: use SQ_VTX_SEMANTIC_CLEAR to clear the semantic registers
Marek Olšák
2012-10-31
4
-99
/
+11
*
gallium: expose ARB_map_buffer_alignment on Radeon
Marek Olšák
2012-10-31
1
-0
/
+3
*
r600g: use better sample positions for 8x MSAA
Marek Olšák
2012-10-31
2
-12
/
+12
*
gallium: add start_slot parameter to set_vertex_buffers
Marek Olšák
2012-10-31
2
-29
/
+28
*
r600g: tgsi-to-llvm emits right input intrinsics
Vincent Lejeune
2012-10-30
2
-20
/
+64
*
r600g: implement texturing with 8x MSAA compressed surfaces for Evergreen
Marek Olšák
2012-10-29
11
-37
/
+256
*
r600g: advertise 32 streamout vec4 outputs
Marek Olšák
2012-10-26
1
-1
/
+1
*
r600g: advertise 32 fragment shaders inputs, not 34
Marek Olšák
2012-10-26
1
-4
/
+1
*
r600g: split cayman common state out into a shared function
Alex Deucher
2012-10-26
3
-16
/
+35
*
r600g: emit some additional regs on cayman
Alex Deucher
2012-10-26
1
-0
/
+54
*
r600g: there are 16 const buffer size regs for each shader stage
Alex Deucher
2012-10-26
1
-2
/
+19
*
r600g: rework evergreen_init_common_regs()
Alex Deucher
2012-10-26
1
-40
/
+33
*
r600g/compute: always CONTEXT_CONTROL packet at start of CS
Alex Deucher
2012-10-26
2
-0
/
+10
*
r600g: force bank_swizzle if already set
Vincent Lejeune
2012-10-24
2
-0
/
+4
*
r600g: rewrite tgsi-to-llvm load-input to handle fragcoord
Vincent Lejeune
2012-10-24
2
-42
/
+84
[next]