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
/
r300
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: Drop the unused CND opcode.
Eric Anholt
2014-11-24
1
-1
/
+0
*
gallium: Drop unused BRA opcode.
Eric Anholt
2014-11-24
1
-1
/
+0
*
gallium: Drop the unused SFL/STR opcodes.
Eric Anholt
2014-11-24
1
-2
/
+0
*
gallium: Drop the unused RFL opcode.
Eric Anholt
2014-11-24
1
-1
/
+0
*
gallium: Drop unused X2D opcode.
Eric Anholt
2014-11-24
1
-1
/
+0
*
gallium: Drop the unused ARA opcode.
Eric Anholt
2014-11-24
1
-1
/
+0
*
gallium: Drop the unused RCC opcode.
Eric Anholt
2014-11-24
1
-1
/
+0
*
gallium: Drop the NRM and NRM4 opcodes.
Eric Anholt
2014-11-24
1
-2
/
+0
*
r300: Drop the "/* gap */" notes.
Eric Anholt
2014-11-24
1
-3
/
+0
*
r300g: only set clip_halfz for chips with HW TCL
Marek Olšák
2014-10-28
1
-1
/
+1
*
gallium: introduce PIPE_CAP_CLIP_HALFZ.
Mathias Fröhlich
2014-10-24
1
-0
/
+1
*
r300g: implement pipe_rasterizer_state::clip_halfz
Marek Olšák
2014-10-22
3
-0
/
+9
*
r300g: replace r300_get_num_samples with a util variant
Marek Olšák
2014-10-21
1
-25
/
+1
*
gallium: add PIPE_SHADER_CAP_MAX_OUTPUTS and use it in st/mesa
Marek Olšák
2014-10-21
1
-0
/
+4
*
r300/compiler: remove useless check
David Heidelberger
2014-10-14
1
-5
/
+2
*
automake: explicitly set TARGET_RADEON_{WINSYS,COMMON}
Emil Velikov
2014-10-14
1
-1
/
+1
*
tgsi: change tgsi_shader_info::properties to a one-dimensional array
Marek Olšák
2014-10-04
1
-1
/
+1
*
tgsi: simplify shader properties in tgsi_shader_info
Marek Olšák
2014-10-04
1
-6
/
+2
*
r300g: implement MSAA copies by resolving and upsampling
Marek Olšák
2014-09-24
1
-2
/
+3
*
gallium/r300,r600,radeonsi: add automake target 'templates'
Emil Velikov
2014-09-24
1
-0
/
+13
*
gallium/r300: remove obsolete declaration
Emil Velikov
2014-09-24
1
-1
/
+0
*
mesa: Move register_allocate.c to util.
Eric Anholt
2014-09-23
4
-17
/
+3
*
r300g: set register classes before interferences
Connor Abbott
2014-09-12
1
-2
/
+4
*
gallium: add a texture target to sampler view and a CAP to use it
Ilia Mirkin
2014-09-12
1
-0
/
+1
*
gallium/r300: ship all files in the tarball
Emil Velikov
2014-09-05
2
-25
/
+72
*
r300g: pointless assignment of info.indexed
Dave Airlie
2014-09-03
1
-2
/
+0
*
gallium/radeon: cleanup header inclusion
Emil Velikov
2014-08-28
10
-10
/
+10
*
gallium: add cap for MAX_VERTEX_ATTRIB_STRIDE
Timothy Arceri
2014-08-27
1
-0
/
+3
*
r300g: handle PIPE_BIND_BLENDABLE
Marek Olšák
2014-08-25
1
-1
/
+44
*
r300g: Fix path to test programs for out-of-tree builds
Michel Dänzer
2014-08-20
2
-1
/
+2
*
gallium: Add and handle PIPE_CAP_CONDITIONAL_RENDER_INVERTED
Tobias Klausmann
2014-08-19
1
-0
/
+1
*
gallium/r300/r600/radeonsi: handle query_renderer caps
Emil Velikov
2014-08-15
1
-0
/
+11
*
gallium: add opcodes/cap for fine derivative support
Ilia Mirkin
2014-08-14
1
-0
/
+1
*
r300g: Fix bug in build_loop_info()/compiler v2
Tom Stellard
2014-08-13
1
-11
/
+23
*
ra: cleanup the public API
Connor Abbott
2014-08-13
1
-1
/
+1
*
android: gallium/radeon: attempt to fix the android build
Paulo Sergio Travaglia
2014-08-13
1
-2
/
+1
*
gallium/r300: Fix a link error in the tests
Jason Ekstrand
2014-08-12
1
-1
/
+1
*
gallium: remove PIPE_SHADER_CAP_MAX_ADDRS
Marek Olšák
2014-08-11
1
-3
/
+0
*
r300g: handle new shader caps
Marek Olšák
2014-08-09
1
-0
/
+2
*
util: Gather some common macros
Jason Ekstrand
2014-08-04
4
-4
/
+2
*
util: Move ralloc to a new src/util directory.
Kenneth Graunke
2014-08-04
2
-1
/
+4
*
winsys/radeon: fix vram_size overflow with Hawaii
Marek Olšák
2014-07-28
1
-1
/
+3
*
gallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFFER_SIZE
Marek Olšák
2014-07-28
1
-4
/
+4
*
r600g/radeonsi: Use write-combined CPU mappings of some BOs in GTT
Michel Dänzer
2014-07-23
4
-5
/
+5
*
gallium: rename PIPE_CAP_TGSI_VS_LAYER to also have _VIEWPORT
Ilia Mirkin
2014-07-03
1
-1
/
+1
*
gallium: add facilities for indirect drawing
Christoph Bumiller
2014-07-02
1
-0
/
+1
*
gallium: add a cap for max vertex streams
Ilia Mirkin
2014-07-01
1
-0
/
+1
*
gallium: add an index argument to create_query
Ilia Mirkin
2014-07-01
1
-1
/
+2
*
r300g: don't advertize PIPE_FORMAT_B10G10R10X2_UNORM on < r500
David Heidelberger
2014-06-19
1
-0
/
+1
*
r300g: BlitFramebuffer should follow render condition
Marek Olšák
2014-06-03
1
-3
/
+4
[next]