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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
st/mesa: reorder code in draw_vbo
Marek Olšák
2012-04-30
1
-12
/
+12
|
*
st/mesa: remove more unnecessary code in draw_vbo
Marek Olšák
2012-04-30
1
-16
/
+1
|
*
gallium: add void *user_buffer in pipe_index_buffer
Marek Olšák
2012-04-30
23
-118
/
+151
|
*
gallium: remove pipe_context::redefine_user_buffer
Marek Olšák
2012-04-30
21
-131
/
+0
|
*
gallium: add void *user_buffer in pipe_vertex_buffer
Marek Olšák
2012-04-30
17
-182
/
+73
|
*
st/mesa: make user constant buffers optional
Marek Olšák
2012-04-30
3
-7
/
+25
|
*
gallium: change set_constant_buffer to be UBO-friendly
Marek Olšák
2012-04-30
32
-97
/
+139
|
*
gallium: add PIPE_CAP_CONSTANT_BUFFER_OFFSET_ALIGNMENT
Marek Olšák
2012-04-30
12
-1
/
+28
|
*
st/mesa: make user index buffers optional
Marek Olšák
2012-04-30
3
-1
/
+16
|
*
st/mesa: only set index buffer when drawing is indexed
Marek Olšák
2012-04-30
1
-25
/
+21
|
*
gallium: add PIPE_CAP_USER_INDEX_BUFFERS and PIPE_CAP_USER_CONSTANT_BUFFERS
Marek Olšák
2012-04-30
12
-0
/
+28
*
|
gallium/tgsi: s/TGSI_BUFFER/TGSI_TEXTURE_BUFFER/
José Fonseca
2012-05-11
3
-5
/
+4
*
|
gallium/tgsi: Redefine the TGSI_TEXTURE_UNKNOWN texture target.
José Fonseca
2012-05-11
5
-4
/
+8
*
|
llvmpipe: Fix triangle bounding box calculation to be correctly inclusive or ...
James Benton
2012-05-11
1
-8
/
+6
*
|
llvmpipe: Change triangle rasterization comparison from < 0 to <= 0
James Benton
2012-05-11
1
-1
/
+8
*
|
clover: Implement CL_MEM_COPY_HOST_PTR.
Francisco Jerez
2012-05-11
4
-7
/
+20
*
|
gallium/targets/pipe-loader: Prepend DESTDIR to the installation directory.
Alexey Shvetsov
2012-05-11
1
-2
/
+2
*
|
clover: Assorted build fixes.
Tom Stellard
2012-05-11
1
-8
/
+30
*
|
clover: Import OpenCL state tracker.
Francisco Jerez
2012-05-11
51
-3
/
+14729
*
|
gallium/tests/trivial: Import compute unit tests.
Francisco Jerez
2012-05-11
2
-1
/
+1594
*
|
gallium/gbm: Switch to auxiliary/pipe-loader.
Francisco Jerez
2012-05-11
13
-574
/
+52
*
|
gallium/tests/trivial: Switch to the pipe loader.
Francisco Jerez
2012-05-11
4
-36
/
+50
*
|
gallium: Add "pipe-loader" target.
Francisco Jerez
2012-05-11
7
-0
/
+315
*
|
gallium: Add pipe loader for device enumeration and driver multiplexing.
Francisco Jerez
2012-05-11
10
-0
/
+691
*
|
gallium/tgsi/text: Replace open-coded integer parsing with parse_int().
Francisco Jerez
2012-05-11
1
-17
/
+3
*
|
gallium/tgsi/text: Parse immediates of non-float data types.
Francisco Jerez
2012-05-11
1
-18
/
+48
*
|
gallium/tgsi: Fix tgsi_build_full_immediate() for non-float data types.
Francisco Jerez
2012-05-11
1
-22
/
+8
*
|
gallium/tgsi/text: Make label parsing optional for branch instructions.
Francisco Jerez
2012-05-11
1
-10
/
+9
*
|
st/mesa: Use local temporary registers.
Francisco Jerez
2012-05-11
1
-4
/
+4
*
|
gallium/tgsi/ureg: Support local temporary emission.
Francisco Jerez
2012-05-11
2
-6
/
+60
*
|
gallium/tgsi/ureg: Lift the restriction on releasing temporaries over UREG_MA...
Francisco Jerez
2012-05-11
1
-27
/
+22
*
|
gallium/util: Define util_strchrnul.
Francisco Jerez
2012-05-11
1
-6
/
+18
*
|
gallium/compute: Drop TGSI dependency.
Francisco Jerez
2012-05-11
3
-2
/
+13
*
|
gallium/tgsi: Introduce the "LOCAL" register declaration modifier.
Francisco Jerez
2012-05-11
5
-27
/
+54
*
|
gallium/tgsi: Add support for atomic opcodes.
Francisco Jerez
2012-05-11
3
-2
/
+188
*
|
gallium/tgsi: Add support for barriers.
Francisco Jerez
2012-05-11
3
-1
/
+59
*
|
gallium/tgsi: Define system values used to query the compute grid parameters.
Francisco Jerez
2012-05-11
2
-2
/
+10
*
|
gallium/tgsi: Add resource write-back support.
Francisco Jerez
2012-05-11
8
-4
/
+45
*
|
gallium/tgsi: Add support for raw resources.
Francisco Jerez
2012-05-11
5
-4
/
+40
*
|
gallium/tgsi: Define the TGSI_BUFFER texture target.
Francisco Jerez
2012-05-11
5
-6
/
+6
*
|
gallium/tgsi: Introduce the compute processor.
Francisco Jerez
2012-05-11
5
-4
/
+9
*
|
gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token.
Francisco Jerez
2012-05-11
19
-74
/
+141
*
|
gallium: Add context hooks for binding shader resources.
Francisco Jerez
2012-05-11
5
-1
/
+58
*
|
gallium/tgsi: Split sampler views from shader resources.
Francisco Jerez
2012-05-11
17
-183
/
+303
*
|
gallium: Basic compute interface.
Francisco Jerez
2012-05-11
7
-2
/
+185
*
|
radeonsi: Properly translate vertex format swizzle.
Michel Dänzer
2012-05-11
3
-23
/
+23
*
|
radeon/llvm: Remove AMDILMCCodeEmitter.cpp
Tom Stellard
2012-05-10
2
-158
/
+0
*
|
radeon/llvm: Remove SILowerShaderInstructions.cpp
Tom Stellard
2012-05-10
4
-81
/
+0
*
|
radeonsi/llvm: Move lowering of RETURN to ConvertToISA pass
Tom Stellard
2012-05-10
2
-11
/
+2
*
|
radeon/llvm: Add some comments
Tom Stellard
2012-05-10
64
-422
/
+393
[prev]
[next]