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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
gallium/docs: fix up transfer description for 1d arrays, add cube map arrays
Roland Scheidegger
2013-06-07
1
-5
/
+4
*
ilo: fix textureSize() for single-layered array textures
Chia-I Wu
2013-06-08
1
-2
/
+18
*
util: add util_resource_is_array_texture()
Chia-I Wu
2013-06-08
1
-1
/
+19
*
gallium: Remove draw_arrays() and draw_arrays_instanced() functions
Arnas Milasevicius
2013-06-07
3
-51
/
+22
*
tgsi: replace tgsi_file_names tgsi_file_names[] with tgsi_file_name() function
Brian Paul
2013-06-07
7
-18
/
+30
*
u_vbuf: fix index buffer leak
Chia-I Wu
2013-06-07
1
-0
/
+3
*
i965/vs: add support for emitting gl_ClipVertex
Chris Forbes
2013-06-07
2
-7
/
+3
*
i965/clip: Add support for gl_ClipVertex
Chris Forbes
2013-06-07
3
-4
/
+55
*
ilo: advertise PIPE_CAP_CUBE_MAP_ARRAY
Chia-I Wu
2013-06-07
1
-2
/
+1
*
ilo: add support for TEX2/TXB2/TXL2 in fs
Chia-I Wu
2013-06-07
1
-3
/
+3
*
glsl linker: Initialize member variable interface_namespace.
Vinson Lee
2013-06-06
1
-1
/
+2
*
ilo: use slab allocator for transfers
Chia-I Wu
2013-06-07
4
-28
/
+39
*
ilo: clean up states upon context destroy
Chia-I Wu
2013-06-07
1
-0
/
+38
*
ilo: unmap cp bo before destroying it
Chia-I Wu
2013-06-07
1
-1
/
+6
*
ilo: enable bo reuse
Chia-I Wu
2013-06-07
1
-0
/
+2
*
ilo: construct 3DSTATE_SF in create_rasterizer_state()
Chia-I Wu
2013-06-07
7
-164
/
+194
*
ilo: construct 3DSTATE_CLIP in create_rasterizer_state()
Chia-I Wu
2013-06-07
5
-50
/
+86
*
ilo: use emit_SURFACE_STATE() for render targets
Chia-I Wu
2013-06-07
9
-127
/
+52
*
ilo: use emit_SURFACE_STATE() for constant buffers
Chia-I Wu
2013-06-07
9
-70
/
+26
*
ilo: add emit_SURFACE_STATE() for sampler views
Chia-I Wu
2013-06-07
10
-99
/
+69
*
ilo: add ilo_view_surface for SURFACE_STATE
Chia-I Wu
2013-06-07
3
-125
/
+268
*
ilo: convert generic depth-stencil-alpha pipe state to ilo pipe state
Courtney Goeltzenleuchter
2013-06-07
6
-21
/
+51
*
ilo: introduce vertex element CSO
Chia-I Wu
2013-06-07
6
-119
/
+227
*
ilo: simplify emit_3DSTATE_DEPTH_BUFFER()
Chia-I Wu
2013-06-07
6
-63
/
+19
*
ilo: introduce blend CSO
Chia-I Wu
2013-06-07
6
-97
/
+183
*
ilo: introduce sampler CSO
Chia-I Wu
2013-06-07
8
-371
/
+447
*
ilo: construct SCISSOR_RECT in set_scissor_states()
Chia-I Wu
2013-06-07
7
-26
/
+92
*
ilo: introduce viewport CSO
Chia-I Wu
2013-06-07
8
-197
/
+197
*
ilo: switch to ilo states for shaders and resources
Chia-I Wu
2013-06-07
7
-114
/
+114
*
ilo: switch to ilo states for CC stage
Chia-I Wu
2013-06-07
9
-107
/
+119
*
ilo: switch to ilo states for WM stage
Chia-I Wu
2013-06-07
7
-26
/
+33
*
ilo: switch to ilo states for CLIP and SF stages
Chia-I Wu
2013-06-07
6
-19
/
+49
*
ilo: switch to ilo states for SOL stage
Chia-I Wu
2013-06-07
7
-30
/
+29
*
ilo: switch to ilo states for VF stage
Chia-I Wu
2013-06-07
7
-53
/
+55
*
ilo: move hardware limits to ilo_gpe.h
Chia-I Wu
2013-06-07
2
-22
/
+56
*
draw: trivial fix comment typo
Roland Scheidegger
2013-06-06
1
-1
/
+1
*
gallium/tgsi: add missing string for layer semantic
Roland Scheidegger
2013-06-06
3
-1
/
+8
*
llvmpipe: bump 3d and cube map limits to 2048 and 8192 respectively
Roland Scheidegger
2013-06-06
1
-2
/
+2
*
glsl: Fix uniform buffer object counting.
Eric Anholt
2013-06-06
3
-4
/
+43
*
glsl: Make a local variable to avoid restating this array lookup.
Eric Anholt
2013-06-06
1
-8
/
+8
*
intel: Use the CHIPSET macro in the PCI ID tables for the device name.
Kenneth Graunke
2013-06-06
1
-184
/
+4
*
radeon/winsys: correct RADEON_GEM_WAIT_IDLE use
Jonathan Gray
2013-06-06
2
-2
/
+2
*
i965: Adding more reserved PCI IDs for Haswell.
Rodrigo Vivi
2013-06-05
2
-3
/
+77
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
449
-449
/
+0
*
gallium: System z support
Richard Sandiford
2013-06-05
2
-2
/
+6
*
llvmpipe: improve alignment calculation for fetching/storing pixels
Roland Scheidegger
2013-06-05
1
-12
/
+21
*
llvmpipe: reduce alignment requirement for 1d resources from 4x4 to 4x1
Roland Scheidegger
2013-06-05
9
-44
/
+158
[prev]
[next]