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
Commit message (
Expand
)
Author
Age
Files
Lines
*
r600g: add get_sample_position support (v3)
Dave Airlie
2013-04-11
2
-122
/
+240
*
r600g: fix two issues in compressed msaa reading code
Dave Airlie
2013-04-11
1
-2
/
+2
*
radeon/uvd: add UVD implementation v5
Christian König
2013-04-11
5
-6
/
+212
*
r600g: Add support for GL_ARB_texture_buffer_range
Fredrik Höglund
2013-04-11
3
-5
/
+11
*
r600g: fix valgrind warning on Cayman
Marek Olšák
2013-04-10
1
-1
/
+1
*
r600g: Fix UMAD on Cayman
Martin Andersson
2013-04-09
1
-13
/
+32
*
r600g/llvm: Add support for native isa for pre EG
Vincent Lejeune
2013-04-08
1
-1
/
+5
*
gallium: PIPE_COMPUTE_CAP_IR_TARGET - allow drivers to specify a processor v2
Tom Stellard
2013-04-05
4
-69
/
+72
*
r600g/llvm: Workaround for wrong tex.offset_*
Vincent Lejeune
2013-04-04
1
-0
/
+3
*
r600g/llvm: Do not override llvm provided stack_size
Vincent Lejeune
2013-04-03
1
-1
/
+2
*
r600g/llvm: Do not change cf_alu inst when adding alus
Vincent Lejeune
2013-04-03
1
-7
/
+2
*
gallium: add PIPE_CAP_QUERY_PIPELINE_STATISTICS
Christoph Bumiller
2013-04-03
1
-0
/
+1
*
r600g: don't reserve more stack space than required v5
Vadim Girlin
2013-04-02
3
-56
/
+142
*
r600g: fix range handling for tgsi input declarations v2
Vadim Girlin
2013-04-02
1
-3
/
+7
*
radeon/llvm: move system value fetching to common code
Christian König
2013-04-02
1
-12
/
+0
*
r600g/llvm: Use stack_size provided from llvm.
Vincent Lejeune
2013-04-01
1
-0
/
+1
*
r600g/llvm: uses function attribute to pass shader type
Vincent Lejeune
2013-04-01
1
-0
/
+1
*
r600g/llvm: Add support for cf_alu native encode
Vincent Lejeune
2013-04-01
3
-1
/
+16
*
r600g/llvm: use native encode for tex
Vincent Lejeune
2013-03-31
1
-23
/
+27
*
r600g: add a driver query returning the amount of requested VRAM and GTT memory
Marek Olšák
2013-03-26
3
-0
/
+21
*
r600g: add a driver query returning the number of draw_vbo calls
Marek Olšák
2013-03-26
4
-5
/
+65
*
r600g: fix crash while binding a NULL constant buffer
Marek Olšák
2013-03-26
1
-1
/
+1
*
r600g: Use virtual address for PIPE_QUERY_SO* in r600_emit_query_end
Martin Andersson
2013-03-25
1
-2
/
+3
*
gallium,st/mesa: don't use blit-based transfers with software rasterizers
Marek Olšák
2013-03-23
1
-0
/
+1
*
r600g: Honour legacy debugging environment variables
Michel Dänzer
2013-03-22
1
-0
/
+10
*
gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3
Christoph Bumiller
2013-03-20
1
-0
/
+2
*
r600g: don't emit SQ_DYN_GPR_RESOURCE_LIMIT_1 on cayman
Alex Deucher
2013-03-19
1
-1
/
+0
*
r600g: emit DB_SRESULTS_COMPARE_STATE0 on r6xx/r7xx
Alex Deucher
2013-03-19
2
-1
/
+3
*
tgsi: use separate structure for indirect address v2
Christian König
2013-03-19
1
-1
/
+1
*
r600g: properly set non_disp tiling mode for DMA (v2)
Alex Deucher
2013-03-17
1
-2
/
+6
*
r600g: Use blitter rather than DMA for 128bpp on cayman (v3)
Alex Deucher
2013-03-17
1
-0
/
+11
*
r600g/llvm: Move llvm wrapper functions into the radeon directory
Tom Stellard
2013-03-13
5
-90
/
+4
*
mesa: Use PACKAGE_BUGREPORT macro.
Matt Turner
2013-03-12
1
-1
/
+1
*
r600g/llvm: Fix build
Tom Stellard
2013-03-11
1
-1
/
+1
*
r600g: add debug options disabling various copy-buffer-related features
Marek Olšák
2013-03-11
3
-2
/
+11
*
r600g: allocate FMASK right after the texture, so that it's aligned with it
Marek Olšák
2013-03-11
1
-1
/
+1
*
r600g: remove r600.h, move the stuff elsewhere (mostly to r600_pipe.h)
Marek Olšák
2013-03-11
8
-167
/
+126
*
r600g: remove r600_hw_context_priv.h, move the stuff to r600_pipe.h
Marek Olšák
2013-03-11
6
-46
/
+13
*
r600g: remove deprecated state management code
Marek Olšák
2013-03-11
10
-560
/
+2
*
r600g: atomize pixel shader
Marek Olšák
2013-03-11
7
-207
/
+83
*
r600g: atomize vertex shader
Marek Olšák
2013-03-11
8
-232
/
+203
*
r600g: inline r600_pipe_shader function
Marek Olšák
2013-03-11
5
-58
/
+51
*
r600g: dump vertex elements state along with the fetch shader
Marek Olšák
2013-03-11
1
-0
/
+8
*
r600g: remove bytecode dumping
Marek Olšák
2013-03-11
2
-240
/
+0
*
r600g: use a single env var R600_DEBUG, disable bytecode dumping
Marek Olšák
2013-03-11
10
-95
/
+122
*
r600g: cleanup #include recursion between r600_pipe.h and evergreen_compute.h
Marek Olšák
2013-03-11
7
-2
/
+6
*
r600g: don't check for R600_ENABLE_S3TC env var
Marek Olšák
2013-03-11
1
-10
/
+3
*
radeon/llvm: make SGPRs proper function arguments v2
Christian König
2013-03-07
1
-0
/
+1
*
r600g/llvm: Update CONSTANT_BUFFER address space definition
Christian König
2013-03-07
1
-1
/
+1
*
r600g: Check comp_mask before merging export instructions
Vincent Lejeune
2013-03-03
1
-0
/
+1
[next]