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
/
nv30
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
18
-18
/
+18
*
st/mesa: optionally apply texture swizzle to border color v2
Christoph Bumiller
2013-04-18
1
-0
/
+1
*
nouveau: accelerate buffer copies in resource_copy_region
Christoph Bumiller
2013-04-03
1
-2
/
+3
*
gallium: add PIPE_CAP_QUERY_PIPELINE_STATISTICS
Christoph Bumiller
2013-04-03
1
-0
/
+1
*
gallium,st/mesa: don't use blit-based transfers with software rasterizers
Marek Olšák
2013-03-23
1
-0
/
+1
*
gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3
Christoph Bumiller
2013-03-20
3
-20
/
+30
*
tgsi: use separate structure for indirect address v2
Christian König
2013-03-19
1
-1
/
+1
*
nv30: Fix memory leak.
Vinson Lee
2013-02-07
1
-0
/
+1
*
gallium/drivers: handle PIPE_SHADER_CAP_TGSI_SQRT_SUPPORTED query
Brian Paul
2013-02-04
1
-0
/
+2
*
gallium: handle unhandled PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENT
Andreas Boll
2013-02-04
1
-0
/
+1
*
nv30: Fix memory leak.
Vinson Lee
2013-02-01
1
-0
/
+1
*
nouveau/build: Fix build failures when drm is not in /usr/include.
José Fonseca
2013-01-22
1
-1
/
+2
*
nouveau: fix undefined behaviour when testing sample_count
Christoph Bumiller
2013-01-19
1
-0
/
+2
*
gallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATE
Marek Olšák
2013-01-15
1
-1
/
+0
*
Remove hacks for static Makefiles
Matt Turner
2013-01-13
1
-3
/
+0
*
Clean up .gitignore files
Matt Turner
2013-01-10
1
-1
/
+0
*
nv30: Convert to automake
Matt Turner
2013-01-10
3
-12
/
+37
*
nouveau: improve buffer transfers
Christoph Bumiller
2013-01-08
1
-1
/
+77
*
gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flag
Marek Olšák
2013-01-04
1
-1
/
+2
*
nouveau: deal with tbo cap for now.
Dave Airlie
2012-12-22
1
-0
/
+1
*
gallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELAPSED/
José Fonseca
2012-12-20
1
-1
/
+1
*
gallium: remove pipe_surface::usage
Marek Olšák
2012-12-12
1
-1
/
+0
*
gallium: expose ARB_map_buffer_alignment on Radeon
Marek Olšák
2012-10-31
1
-0
/
+1
*
gallium: add start_slot parameter to set_vertex_buffers
Marek Olšák
2012-10-31
4
-16
/
+20
*
gallium: unify transfer functions
Marek Olšák
2012-10-11
2
-36
/
+25
*
nouveau: use pre-calculated stride for resource_get_handle
Marcin Slusarz
2012-10-09
1
-2
/
+1
*
nv30: fix type conversion warning
Marek Olšák
2012-10-09
1
-1
/
+1
*
gallium: remove resource_resolve
Marek Olšák
2012-09-30
2
-1
/
+2
*
nv30: implement blit
Marek Olšák
2012-09-30
6
-0
/
+80
*
nv30: use util_format_is_supported
Marek Olšák
2012-09-30
1
-10
/
+3
*
gallium: add PIPE_CAP_TEXTURE_MULTISAMPLE
Marek Olšák
2012-09-30
1
-0
/
+1
*
Remove useless checks for NULL before freeing
Matt Turner
2012-09-05
1
-6
/
+4
*
Revert "gallium: specify resource_resolve destination via a pipe_surface"
Christoph Bumiller
2012-08-01
1
-4
/
+1
*
gallium: specify resource_resolve destination via a pipe_surface
Christoph Bumiller
2012-07-28
1
-1
/
+4
*
nv30: Support negative offsets in indirect constant access.
Roy Spliet
2012-07-20
4
-8
/
+15
*
nouveau: implement missing timer query functionality
Christoph Bumiller
2012-07-13
2
-3
/
+9
*
gallium: add QUERY_TIMESTAMP cap and get_timestamp screen function
Marek Olšák
2012-07-10
1
-0
/
+1
*
gallium: Add PIPE_CAP_START_INSTANCE
Fredrik Höglund
2012-06-19
1
-0
/
+1
*
automake: Globally add stub automake targets to the old Makefiles.
Eric Anholt
2012-06-11
1
-3
/
+0
*
nouveau: fix scratch buffer leak
Marcin Slusarz
2012-06-05
1
-1
/
+1
*
draw: simplify index buffer specification
Brian Paul
2012-05-31
1
-3
/
+4
*
nv30: Fix generic passing to fragment program in NV34.
Roy Spliet
2012-05-25
3
-5
/
+9
*
nv30: handle user index buffers
Christoph Bumiller
2012-05-25
4
-17
/
+27
*
nv30: check for NULL vertex buffers in prevalidate_vbufs
Christoph Bumiller
2012-05-22
1
-1
/
+1
*
nouveau: place static buffers in VRAM if preferred by the driver
Christoph Bumiller
2012-05-17
1
-3
/
+7
*
gallium: remove user_buffer_create from the interface
Marek Olšák
2012-05-12
1
-1
/
+0
*
nv30: Silence pipe_cap warnings
Roy Spliet
2012-05-12
1
-0
/
+4
*
nv30/shader: SSG, LIT only requires one source register
Roy Spliet
2012-05-12
2
-2
/
+2
*
Merge branch 'gallium-userbuf'
Marek Olšák
2012-05-11
3
-9
/
+28
|
\
|
*
gallium: add void *user_buffer to pipe_constant_buffer
Marek Olšák
2012-04-30
1
-0
/
+10
[next]