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
Commit message (
Expand
)
Author
Age
Files
Lines
*
nvc0: track texture dirty state individually
Christoph Bumiller
2012-04-14
5
-40
/
+81
*
nv50,nvc0: use new scratch buffers code
Christoph Bumiller
2012-04-14
8
-84
/
+62
*
nouveau: add new shared scratch buffers
Christoph Bumiller
2012-04-14
3
-0
/
+185
*
nvc0: only force early fragment tests if requested by shader
Christoph Bumiller
2012-04-14
5
-14
/
+7
*
nv50,nvc0: hold references to the framebuffer surfaces
Christoph Bumiller
2012-04-14
4
-2
/
+32
*
r300g: align vertex buffer suballocations to 4
Marek Olšák
2012-04-13
1
-1
/
+1
*
nvc0: remove include of old libdrm_nouveau's nouveau_reloc.h
Christoph Bumiller
2012-04-14
1
-2
/
+0
*
nv50,nvc0: handle PIPE_CAP_MAX_DUAL_SOURCE_RENDER_TARGETS
Christoph Bumiller
2012-04-14
2
-0
/
+4
*
nv30: s/DUAL_SOURCE_BLEND/MAX_DUAL_SOURCE_RENDER_TARGETS
Christoph Bumiller
2012-04-14
1
-1
/
+1
*
nv30: import new driver for GeForce FX/6/7 chipsets, and Quadro variants
Ben Skeggs
2012-04-14
40
-5
/
+13721
*
nouveau: switch to libdrm_nouveau-2.0
Christoph Bumiller
2012-04-14
56
-3428
/
+3713
*
nvc0: remove obsolete nvc0_push2.c
Christoph Bumiller
2012-04-14
2
-334
/
+0
*
nouveau: remove automatic buffer migration heuristics
Christoph Bumiller
2012-04-14
4
-36
/
+0
*
nvfx: completely remove this driver (GeForce FX/6/7)
Ben Skeggs
2012-04-14
41
-14895
/
+2
*
r600g: initial r600 dual src blending support
Dave Airlie
2012-04-13
5
-16
/
+44
*
softpipe: add dual source blending support
Dave Airlie
2012-04-13
2
-12
/
+88
*
gallium: rename DUAL_SOURCE_BLEND cap to MAX_DUAL_SOURCE_RENDER_TARGETS
Dave Airlie
2012-04-13
3
-2
/
+6
*
radeonsi: initial WIP SI code
Tom Stellard
2012-04-13
178
-1
/
+65612
*
util: fix uninitialized table
Dylan Noblesmith
2012-04-13
1
-1
/
+2
*
Revert "i915g: Implement stipple with draw."
Stéphane Marchesin
2012-04-12
2
-2
/
+1
*
Revert "i915g: Remove unused poly stipple state."
Stéphane Marchesin
2012-04-12
2
-0
/
+54
*
r600g: check gpr count limit
Vadim Girlin
2012-04-09
1
-0
/
+8
*
svga: add missing cases for PIPE_CAP_x queries
Brian Paul
2012-04-06
1
-7
/
+42
*
svga: return 1 for PIPE_CAP_VERTEX_COLOR_UNCLAMPED query
Brian Paul
2012-04-06
1
-0
/
+7
*
svga: handle TGSI_SEMANTIC_CLIPDIST/VERTEX semantics
Brian Paul
2012-04-06
1
-0
/
+7
*
gallivm: Updated lp_build_log2_approx to use a more accurate polynomial.
James Benton
2012-04-05
1
-2
/
+2
*
r600g: inline r600_upload_index_buffer
Marek Olšák
2012-04-04
3
-14
/
+5
*
r600g: inline r600_upload_const_buffer
Marek Olšák
2012-04-04
3
-50
/
+32
*
r600g: handle DISCARD_WHOLE_RESOURCE for buffers
Marek Olšák
2012-04-04
2
-1
/
+60
*
r600g: invalidate caches at the beginning of CS
Marek Olšák
2012-04-04
1
-0
/
+9
*
r600g: remove dead code after the rework
Marek Olšák
2012-04-04
5
-125
/
+8
*
r600g: rework state emission of constant buffers
Marek Olšák
2012-04-04
6
-93
/
+188
*
r600g: rework state emission of vertex buffers
Marek Olšák
2012-04-04
7
-67
/
+93
*
r600g: kill off the fallback for crazy src_offset values
Marek Olšák
2012-04-04
3
-51
/
+17
*
r300g/swtcl: fix crash when back color is present in vertex shader
Marek Olšák
2012-04-04
1
-39
/
+56
*
r300g/swtcl: initialize some Draw options
Marek Olšák
2012-04-04
1
-0
/
+3
*
r300g/swtcl: fix polygon offset
Marek Olšák
2012-04-04
1
-0
/
+4
*
r300g/swtcl: don't expose shader subroutine support
Marek Olšák
2012-04-04
1
-0
/
+1
*
r300g: initialize state & render functions before creating u_vbuf & u_blitter
Marek Olšák
2012-04-04
3
-11
/
+15
*
r300g/swtcl: don't enter u_vbuf_mgr
Marek Olšák
2012-04-04
5
-34
/
+48
*
r300g/swtcl: don't print an error when getting ClipVertex
Marek Olšák
2012-04-04
4
-9
/
+21
*
r600g: remove dead code in r600_update_derived_state
Marek Olšák
2012-04-03
1
-6
/
+0
*
r600g: unduplicate code for PS partial flush
Marek Olšák
2012-04-01
1
-4
/
+2
*
r600g: determine in advance if hw has vertex cache
Marek Olšák
2012-04-01
3
-14
/
+16
*
r600g: optimize r600_resource_va
Marek Olšák
2012-04-01
3
-13
/
+8
*
r600g: cleanup after get_query_result change
Marek Olšák
2012-03-30
2
-35
/
+9
*
r300g: cleanup after get_query_result change
Marek Olšák
2012-03-30
1
-10
/
+13
*
gallium: adapt to get_query_result interface change
Marek Olšák
2012-03-30
15
-27
/
+30
*
r600g: also disable transform feedback on cayman
Marek Olšák
2012-03-28
1
-3
/
+4
*
r600g: enable transform feedback on everything that isn't r700
Marek Olšák
2012-03-27
1
-0
/
+6
[next]