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
/
r300
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
gallium: create TGSI_PROPERTY to disable viewport and clipping
Christoph Bumiller
2014-06-02
1
-0
/
+1
*
gallium: add a cap for supporting 4-offset TG4 opcodes
Ilia Mirkin
2014-05-07
1
-0
/
+1
*
gallium: add basic support for ARB_sample_shading
Ilia Mirkin
2014-04-26
1
-0
/
+1
*
gallium/util: use ui[4] instead of ui in union util_color
Roland Scheidegger
2014-04-25
3
-9
/
+9
*
r300g: don't crash when getting NULL colorbuffers
Marek Olšák
2014-04-25
4
-29
/
+60
*
r300g: fix runtime warning after winsys cleanup
Marek Olšák
2014-04-25
1
-1
/
+0
*
gallium/radeon: create and return a fence in the flush function
Marek Olšák
2014-04-16
2
-12
/
+12
*
winsys/radeon: fold cs_set_flush_callback into cs_create
Marek Olšák
2014-04-16
1
-3
/
+1
*
winsys/radeon: remove cs_write_reloc, add simpler cs_get_reloc
Marek Olšák
2014-04-16
2
-3
/
+4
*
gallium: add a way to query min/max texture gather offsets
Ilia Mirkin
2014-04-10
1
-0
/
+2
*
winsys/radeon: fix a race condition between winsys_create and winsys_destroy
Marek Olšák
2014-04-10
1
-1
/
+1
*
gallium/radeon: fix warnings
Marek Olšák
2014-04-09
1
-0
/
+1
*
gallium: add support for LODQ opcodes.
Dave Airlie
2014-04-07
1
-0
/
+1
*
drivers/r300: use GALLIUM_COMMON_LIB_DEPS
Emil Velikov
2014-04-05
1
-1
/
+1
*
r300g,uvd,vce: set priorities for relocations
Marek Olšák
2014-03-11
1
-8
/
+19
*
r300g/tests: Added missing fclose for FILE resource.
Siavash Eliasi
2014-02-28
1
-0
/
+3
*
r300g,r600g,radeonsi: add support for ARB_buffer_storage
Marek Olšák
2014-02-25
2
-0
/
+6
*
gallium: add texture gather support to gallium (v3)
Dave Airlie
2014-02-25
1
-0
/
+2
[next]