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
*
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
*
gallium: add geometry shader output limits
Grigori Goronzy
2014-02-09
1
-0
/
+2
*
gallium: remove PIPE_USAGE_STATIC
Marek Olšák
2014-02-06
2
-2
/
+2
*
gallium: remove PIPE_CAP_MAX_COMBINED_SAMPLERS
Marek Olšák
2014-02-04
1
-2
/
+0
*
gallium: remove PIPE_CAP_SCALED_RESOLVE
Marek Olšák
2014-01-23
1
-1
/
+0
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-1
/
+1
*
gallium/u_blitter: remove useless parameters from some functions
Marek Olšák
2013-12-14
1
-2
/
+1
*
gallium: allow choosing which colorbuffers to clear
Marek Olšák
2013-12-12
1
-1
/
+1
*
winsys/radeon: set/get the scanout flag with the tiling ioctls
Marek Olšák
2013-12-12
2
-3
/
+4
*
r300/compiler/tests: Fix line length check in test parser
Tom Stellard
2013-12-09
1
-1
/
+3
*
r300/compiler/tests: Fix segfault
Tom Stellard
2013-12-09
1
-6
/
+5
*
gallium/util: implement layered framebuffer clear in u_blitter
Marek Olšák
2013-12-03
1
-3
/
+1
*
gallium: add support for AMD_vertex_shader_layer
Marek Olšák
2013-12-03
1
-0
/
+1
*
gallium: new shader cap bit for the amount of sampler views
Roland Scheidegger
2013-11-28
1
-0
/
+3
*
gallium/drivers: compact compiler flags into Automake.inc
Emil Velikov
2013-11-16
1
-7
/
+5
*
gallium/drivers: enable automake subdir-objects
Emil Velikov
2013-11-16
1
-0
/
+2
*
r300: move the final sources list to Makefile.sources
Emil Velikov
2013-11-16
2
-12
/
+15
*
r300: add symlink to ralloc.c and register_allocate.c
Emil Velikov
2013-11-16
3
-3
/
+5
*
gallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZES
Ilia Mirkin
2013-10-26
1
-0
/
+1
*
winsys/radeon: add the implementation of fences from r300g
Marek Olšák
2013-10-25
2
-33
/
+8
*
gallium: new, unified pipe_context::set_sampler_views() function
Brian Paul
2013-10-23
1
-4
/
+9
*
r300g/compiler: Fix unsigned comparison with less than zero
David Heidelberger
2013-10-21
1
-1
/
+1
*
r300g: remove unused function r300_lacks_vertex_textures
Marek Olšák
2013-10-04
1
-7
/
+0
*
radeon: don't use old bind_vertex/fragment_sampler_states() hooks
Brian Paul
2013-10-03
1
-21
/
+0
*
radeon: implement pipe_context::bind_sampler_states()
Brian Paul
2013-10-03
1
-0
/
+26
*
r300g: rename r300_bind_sampler_states to r300_bind_fragment_sampler_states
Brian Paul
2013-10-03
1
-4
/
+4
*
r300g/swtcl: don't call draw_prepare_shader_outputs
Marek Olšák
2013-10-03
1
-1
/
+0
*
radeon drivers: handle PIPE_CAP_MAX_VIEWPORTS
Marek Olšák
2013-09-29
1
-0
/
+3
*
radeon/winsys: keep screen pointer in winsys v2
Christian König
2013-09-25
1
-0
/
+3
*
gallium: add flush_resource context function
Marek Olšák
2013-09-20
1
-0
/
+6
*
gallium, intel: Implements new __DRI_IMAGE_USE_LINEAR and PIPE_BIND_LINEAR fl...
Axel Davy
2013-09-06
1
-1
/
+1
[next]