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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: add a CAP for mixed colorbuffer format support
Marek Olšák
2011-04-01
1
-0
/
+1
*
gallium: Use explicit values in caps enums.
Michel Dänzer
2011-03-30
1
-63
/
+63
*
gallium: remove PIPE_CAP_VERTEX_COLOR_CLAMP_CONTROL
Marek Olšák
2011-03-29
1
-1
/
+0
*
gallium: add EXT_texture_snorm support
Marek Olšák
2011-03-29
1
-0
/
+9
*
gallium: implement clamping controls (ARB_color_buffer_float)
Luca Barbieri
2011-03-29
2
-0
/
+4
*
gallium: Avoid redefinition of likely/unlikely macros on non gcc compilers.
José Fonseca
2011-03-25
1
-6
/
+8
*
gallium: add texture barrier support to the interface and st/mesa (v2)
Marek Olšák
2011-03-15
1
-0
/
+5
*
gallium: remove flags from the flush function
Marek Olšák
2011-03-11
3
-12
/
+6
*
gallium: remove the geom_flags param from is_format_supported
Marek Olšák
2011-03-11
2
-13
/
+1
*
gallium: cleanup fence_signalled and fence_finish
Marek Olšák
2011-03-11
1
-11
/
+5
*
gallium: kill is_resource_referenced
Marek Olšák
2011-03-11
2
-22
/
+0
*
gallium: add timeout parameter to fence_finish
Marek Olšák
2011-03-08
2
-1
/
+5
*
gallium/util: add LATC support
Marek Olšák
2011-03-08
1
-0
/
+5
*
gallium: split CAP_INSTANCE_DRAWING into INSTANCEID and INSTANCE_DIVISOR
Marek Olšák
2011-03-05
1
-1
/
+2
*
gallium: Define __func__ on MSVC.
José Fonseca
2011-03-04
1
-0
/
+12
*
gallium: s/PIPE_TRANSFER_CPU_READ/PIPE_TRANSFER_READ/ in comments.
José Fonseca
2011-02-22
1
-4
/
+4
*
gallium: new transfer flag: DISCARD_WHOLE_RESOURCE
Keith Whitwell
2011-02-22
1
-3
/
+18
*
gallium: notify drivers about possible changes in user buffer contents
Marek Olšák
2011-02-14
1
-0
/
+8
*
gallium: remove pipe_vertex_buffer::max_index
Marek Olšák
2011-02-14
1
-1
/
+0
*
gallium: added comments to pipe_transfer
Brian Paul
2011-01-28
1
-4
/
+4
*
gallium: add an interface for query predicates
Zack Rusin
2011-01-26
1
-1
/
+2
*
tgsi: add support for 1D/2D texture arrays
Brian Paul
2011-01-25
1
-1
/
+3
*
gallium: implement modern sampling scheme
Zack Rusin
2011-01-24
3
-1
/
+36
*
Merge branch 'draw-instanced'
Brian Paul
2011-01-15
1
-0
/
+1
|
\
|
*
gallium: added PIPE_CAP_INSTANCED_DRAWING
Brian Paul
2010-12-05
1
-0
/
+1
*
|
gallium: add fragment shader property for color writes to all buffers. (v2)
Dave Airlie
2010-12-24
1
-1
/
+2
*
|
gallium: add new formats L16A16_UNORM, A16_UNORM, I16_UNORM, B2G3R3_UNORM
Marek Olšák
2010-12-23
1
-0
/
+6
*
|
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
6
-79
/
+82
|
/
*
gallium: add PIPE_SHADER_CAP_SUBROUTINES
Marek Olšák
2010-11-22
1
-0
/
+1
*
gallium: Add st_context_iface::share to st_api.
Chia-I Wu
2010-11-18
1
-0
/
+6
*
gallium: Add st_api::name.
Chia-I Wu
2010-11-18
1
-0
/
+5
*
gallium: Remove redundant sw and debug target helpers
Jakob Bornecrantz
2010-11-17
1
-67
/
+0
*
gallium: add CAPs for indirect addressing and lower it in st/mesa when needed
Marek Olšák
2010-11-12
1
-0
/
+5
*
graw: Add struct pipe_surface forward declaration.
snb-magic
Vinson Lee
2010-11-08
1
-1
/
+2
*
graw: Export graw_save_surface_to_file().
Michal Krol
2010-11-08
1
-0
/
+21
*
gallium: new CAP, state for primitive restart
Brian Paul
2010-10-21
2
-0
/
+7
*
gallium/format: add X32_S8X24_USCALED format.
Dave Airlie
2010-10-13
1
-0
/
+1
*
gallium/format: add support for X24S8 and S8X24 formats.
Dave Airlie
2010-10-13
1
-0
/
+3
*
gallium/tgsi: add support for stencil writes.
Dave Airlie
2010-10-13
2
-2
/
+4
*
gallium: Define C99 restrict keyword where absent.
José Fonseca
2010-10-11
1
-0
/
+21
*
dri: Pass the __DRIscreen and the __DRIscreen private back to image lookup
Kristian Høgsberg
2010-09-22
1
-1
/
+0
*
gallium: avoid the C++ keyword "template" in sw_winsys.h
Luca Barbieri
2010-09-20
1
-1
/
+1
*
gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)
Luca Barbieri
2010-09-14
3
-30
/
+23
*
gallium: Remove ST_API_OPENGL_ES1 and ST_API_OPENGL_ES2.
Chia-I Wu
2010-09-10
1
-16
/
+0
*
gallium: Add context profile support to st_api.
Chia-I Wu
2010-09-10
1
-2
/
+61
*
Replace reference to tgsi-instruction-set.txt.
Tilman Sauerbeck
2010-09-07
1
-1
/
+1
*
gallium: Remove unnecessary header from p_state.h.
Vinson Lee
2010-08-28
1
-1
/
+0
*
gallium: Remove unnecessary header from p_shader_tokens.h.
Vinson Lee
2010-08-27
1
-2
/
+0
*
gallium: Remove unnecessary header from p_format.h.
Vinson Lee
2010-08-27
1
-2
/
+0
*
graw: Include missing header in graw.h.
Vinson Lee
2010-08-27
1
-0
/
+1
[next]