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
Commit message (
Expand
)
Author
Age
Files
Lines
*
r600g: remove unused parameter in r600_texture_create_object
Marek Olšák
2012-08-16
1
-3
/
+2
*
r600g: fixup the usage flag for the flushed depth texture
Marek Olšák
2012-08-16
1
-1
/
+1
*
wayland-drm: close fd after the display is uninitialized
Philipp Brüschweiler
2012-08-16
1
-2
/
+3
*
scons: Fix MinGW cross compilation.
José Fonseca
2012-08-16
1
-3
/
+22
*
radeon/llvm: Lower implicit parameters before ISel
Tom Stellard
2012-08-16
3
-69
/
+42
*
gallium/draw: move misplaced brace
Brian Paul
2012-08-16
1
-1
/
+1
*
mesa: raise GL_INVALID_OPERATION in glGenerateMipmap for missing base image
Brian Paul
2012-08-16
1
-0
/
+2
*
r600: update sampler, sampler_view code for the future
Brian Paul
2012-08-16
4
-19
/
+50
*
rbug: update data structures, functions for future changes
Brian Paul
2012-08-16
3
-76
/
+71
*
gallium/trace: add 'start' parameter to bind_sampler_states/views()
Brian Paul
2012-08-16
1
-4
/
+14
*
gallium/identity: add 'start' parameter to bind_sampler_states/views()
Brian Paul
2012-08-16
1
-4
/
+12
*
galahad: add 'start' parameter to bind_sampler_states/views()
Brian Paul
2012-08-16
1
-41
/
+57
*
svga: add 'start' parameter to bind_sampler_states/views()
Brian Paul
2012-08-16
1
-24
/
+65
*
llvmpipe: add 'start' parameter to bind_sampler_states/views()
Brian Paul
2012-08-16
1
-22
/
+45
*
softpipe: add 'start' parameter to bind_sampler_states/views()
Brian Paul
2012-08-16
1
-25
/
+49
*
gallium/trace: consolidate sampler, sampler_view code
Brian Paul
2012-08-16
1
-50
/
+82
*
gallium/identity: consolidate sampler, sampler_view code
Brian Paul
2012-08-16
1
-32
/
+54
*
st/mesa: add support for GS textures and samplers
Brian Paul
2012-08-16
4
-11
/
+39
*
st/mesa: combine vertex/fragment sampler state in arrays
Brian Paul
2012-08-16
5
-33
/
+26
*
gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #define
Brian Paul
2012-08-16
21
-49
/
+41
*
draw: index samplers and sampler_view state by shader type
Brian Paul
2012-08-16
3
-29
/
+34
*
draw: move tgsi-related state into a tgsi sub-struct
Brian Paul
2012-08-16
5
-30
/
+35
*
gallium: add a shader stage/type param to some draw functions
Brian Paul
2012-08-16
5
-37
/
+51
*
st/mesa: silence signed/unsigned comparison warning
Brian Paul
2012-08-16
1
-2
/
+2
*
svga: move result->key expression after result != NULL check
Brian Paul
2012-08-16
1
-1
/
+3
*
svga: fix result==NULL logic in emit_fs_consts()
Brian Paul
2012-08-16
1
-23
/
+25
*
svga: update comment (s/SVGA_NEW_VS_RESULT/SVGA_NEW_VS_PRESCALE/)
Brian Paul
2012-08-16
1
-1
/
+1
*
svga: rename svga_hw_vs_parameters -> svga_hw_vs_constants
Brian Paul
2012-08-16
3
-6
/
+6
*
st/mesa: index can be negative in the PROGRAM_CONSTANT case
Niels Ole Salscheider
2012-08-16
1
-1
/
+1
*
mesa: add cast to silence warning in _mesa_pack_rgba_span_from_ints()
Brian Paul
2012-08-16
1
-1
/
+1
*
meta: remove unused variable
Brian Paul
2012-08-16
1
-1
/
+1
*
radeonsi: Fix symbol conflicts with r600g.
Michel Dänzer
2012-08-16
10
-268
/
+254
*
radeonsi: Fix memory leaks if returning early from some state functions.
Michel Dänzer
2012-08-16
2
-12
/
+14
*
radeonsi: Fix LLVM context leak.
Michel Dänzer
2012-08-16
1
-0
/
+1
*
gallium/radeon: Don't assign virtual address space for BO that already has one.
Michel Dänzer
2012-08-16
1
-1
/
+1
*
gallium/radeon: Create hole for waste when allocating from va_offset.
Michel Dänzer
2012-08-16
1
-0
/
+6
*
gallium/radeon: Fix potential address space loss in radeon_bomgr_force_va().
Michel Dänzer
2012-08-16
1
-6
/
+13
*
gallium/radeon: Delete uppermost virtual address space hole if it's at the top.
Michel Dänzer
2012-08-16
1
-1
/
+12
*
gallium/radeon: Fix losing holes when allocating virtual address space.
Michel Dänzer
2012-08-16
1
-1
/
+6
*
gallium/radeon: Merge holes when freeing virtual address space.
Michel Dänzer
2012-08-16
1
-7
/
+38
*
gallium/radeon: Make va_offset 64 bits wide.
Michel Dänzer
2012-08-16
1
-1
/
+1
*
llvmpipe: Silence Coverity incorrect sizeof expression defect.
Vinson Lee
2012-08-15
1
-1
/
+1
*
scons: Add option to enable floating-point textures.
Vinson Lee
2012-08-15
2
-0
/
+5
*
glx/dri2: add dri2 prime support.
Dave Airlie
2012-08-16
1
-0
/
+13
*
radeon/llvm: Enable if-cvt
Vincent Lejeune
2012-08-15
1
-0
/
+3
*
radeon/llvm: Add callbacks needed by if-cvt
Vincent Lejeune
2012-08-15
2
-2
/
+151
*
radeon/llvm: Lower branch/branch_cond into predicated jump
Vincent Lejeune
2012-08-15
7
-145
/
+278
*
radeon/llvm: Add a predicated JUMP instruction
Vincent Lejeune
2012-08-15
1
-0
/
+9
*
radeon/llvm: Support for predicate bit
Vincent Lejeune
2012-08-15
8
-13
/
+125
*
r600g: Glue to handle predicate aware output from llvm
Vincent Lejeune
2012-08-15
1
-11
/
+22
[next]