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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/draw: add limits to the clip and cull distances
Zack Rusin
2013-06-13
7
-14
/
+41
*
draw: cleanup the distance culling code a bit
Zack Rusin
2013-06-13
1
-48
/
+41
*
ilo: mapping a resource may make some states dirty
Chia-I Wu
2013-06-13
4
-9
/
+112
*
ilo: bump up PIPE_CAP_GLSL_FEATURE_LEVEL to 140
Chia-I Wu
2013-06-13
1
-1
/
+1
*
ilo: initialize dirty flags in ilo_init_states()
Chia-I Wu
2013-06-13
2
-2
/
+2
*
ilo: re-emit states that involve resources
Chia-I Wu
2013-06-13
4
-21
/
+23
*
ilo: fix for util_blitter_clear() changes
Chia-I Wu
2013-06-13
1
-4
/
+1
*
mesa: Fix bug in unclamped float to ubyte conversion.
Manfred Ernst
2013-06-12
1
-2
/
+1
*
st/dri: if flushing a drawable, don't set reason=SWAPBUFFERS
Marek Olšák
2013-06-13
1
-1
/
+1
*
st/dri: resolve the back buffer only in SwapBuffers
Marek Olšák
2013-06-13
1
-3
/
+3
*
st/dri: manually swap MSAA front and back buffers in SwapBuffers
Marek Olšák
2013-06-13
1
-0
/
+25
*
st/dri: always copy new DRI front and back buffers to corresponding MSAA buffers
Marek Olšák
2013-06-13
1
-0
/
+27
*
st/dri: refactor dri_msaa_resolve
Marek Olšák
2013-06-13
3
-12
/
+15
*
st/dri: reuse depth-stencil and MSAA resources after DRI2 invalidate event
Marek Olšák
2013-06-13
1
-26
/
+78
*
st/dri: fix MSAA resolving of buffers with height > width
Marek Olšák
2013-06-13
1
-2
/
+2
*
r600g: upsample and downsample MSAA resources for transfers
Marek Olšák
2013-06-13
1
-79
/
+141
*
gallium/u_format: add a new helper for initializing pipe_blit_info::mask
Marek Olšák
2013-06-13
2
-25
/
+29
*
gallium/u_blitter: make clearing independent of the colorbuffer format
Marek Olšák
2013-06-13
5
-49
/
+7
*
gallium/u_blitter: make clearing independent of the number of bound colorbuffers
Marek Olšák
2013-06-13
7
-59
/
+43
*
gallium/util: make WRITES_ALL_CBUFS optional in the passthrough fragment shader
Marek Olšák
2013-06-13
5
-7
/
+13
*
util: new util_fill_box helper
Roland Scheidegger
2013-06-13
3
-39
/
+62
*
gallivm: (trivial) remove duplicated code block (including comment)
Roland Scheidegger
2013-06-13
1
-7
/
+0
*
winsys/intel: make struct intel_bo alias drm_intel_bo
Chia-I Wu
2013-06-12
1
-122
/
+50
*
winsys/intel: reorganize functions
Chia-I Wu
2013-06-12
1
-249
/
+249
*
ilo: update winsys interface
Chia-I Wu
2013-06-12
3
-63
/
+66
*
ilo: get rid of function tables in winsys
Chia-I Wu
2013-06-12
20
-656
/
+557
*
ilo: access bo size directly
Chia-I Wu
2013-06-12
1
-2
/
+2
*
ilo: remove unnecessary tex_set_bo/buf_set_bo
Chia-I Wu
2013-06-12
1
-42
/
+18
*
draw: implement distance culling
Zack Rusin
2013-06-10
8
-31
/
+198
*
gallium: add a cull distance semantic
Zack Rusin
2013-06-10
5
-2
/
+20
*
draw: fix clipper invocation statistics
Zack Rusin
2013-06-10
5
-6
/
+33
*
draw: enable user plane clipping when clipdistance is used
Zack Rusin
2013-06-10
2
-7
/
+20
*
draw: make sure clipdistances work with geometry shaders
Zack Rusin
2013-06-10
6
-2
/
+22
*
winsys/radeon: add env var to disable VM on Cayman/Trinity
Alex Deucher
2013-06-10
1
-0
/
+2
*
draw: Add A8R8G8B8 to draw_print_arrays
Richard Sandiford
2013-06-10
1
-0
/
+7
*
draw: Fix type mismatch between draw_private.h and LLVM
Richard Sandiford
2013-06-10
1
-1
/
+1
*
util: Use sizeof(void *) rather than 0 as the fallback cache line size
Richard Sandiford
2013-06-10
1
-0
/
+5
*
llvmpipe: Use saturating add/sub for UNORM formats
Richard Sandiford
2013-06-10
1
-0
/
+8
*
nvc0: fix up video buffer alignment requirements
Maarten Lankhorst
2013-06-08
1
-5
/
+3
*
freedreno: better scissor fix
Rob Clark
2013-06-08
5
-28
/
+43
*
freedreno: gmem bypass
Rob Clark
2013-06-08
7
-30
/
+168
*
freedreno: add a3xx support
Rob Clark
2013-06-08
35
-3
/
+8955
*
freedreno: prepare for a3xx
Rob Clark
2013-06-08
49
-2008
/
+2798
*
gallivm: work around slow code generated for interleaving 128bit vectors
Roland Scheidegger
2013-06-08
1
-0
/
+22
*
st/xlib: Flush the front buffer before doing CopySubBuffer
Stéphane Marchesin
2013-06-07
1
-0
/
+4
*
st/xlib: Fix upside down coordinates for CopySubBuffer
Stéphane Marchesin
2013-06-07
1
-1
/
+1
*
util: add comment about bogus transfer flags
Roland Scheidegger
2013-06-07
1
-0
/
+1
*
util: fix util_clear_render_target and util_clear_depth_stencil layer handling
Roland Scheidegger
2013-06-07
1
-87
/
+103
*
llvmpipe: move create_surface/destroy_surface functions to lp_surface.c
Roland Scheidegger
2013-06-07
2
-59
/
+59
*
llvmpipe: add support for layered rendering
Roland Scheidegger
2013-06-07
15
-110
/
+195
[next]