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
*
Merge branch 'gallium-userbuf'
Marek Olšák
2012-05-11
91
-817
/
+710
|
\
|
*
svga: check for and skip null vertex buffer pointers
Brian Paul
2012-05-01
1
-8
/
+12
|
*
softpipe: cast away const to silence warning
Brian Paul
2012-05-01
1
-1
/
+2
|
*
svga: cast away const to silence warning
Brian Paul
2012-05-01
1
-1
/
+2
|
*
u_vbuf: set user buffer pointer for drivers which support user buffers
Marek Olšák
2012-05-01
1
-0
/
+2
|
*
st/mesa: unmap upload buffer after uploading indices and constants
Marek Olšák
2012-04-30
2
-0
/
+2
|
*
st/xorg: don't use user_buffer_create
Marek Olšák
2012-04-30
1
-51
/
+16
|
*
st/xa: don't use user_buffer_create
Marek Olšák
2012-04-30
1
-44
/
+15
|
*
st/vega: don't use user_buffer_create
Marek Olšák
2012-04-30
4
-36
/
+34
|
*
st/vega: use cso_draw_arrays
Marek Olšák
2012-04-30
1
-3
/
+3
|
*
cso: cso_context should install u_vbuf by itself and not st/mesa
Marek Olšák
2012-04-30
4
-36
/
+23
|
*
st/xorg: fix compilation - wrong libkms include file
Marek Olšák
2012-04-30
2
-2
/
+2
|
*
gallium/util: stop using user buffers in util_draw_texquad
Marek Olšák
2012-04-30
1
-2
/
+3
|
*
gallium: remove pipe_resource::user_ptr
Marek Olšák
2012-04-30
10
-23
/
+0
|
*
radeonsi: don't create temporary user buffer for r600_upload_const_buffer
Marek Olšák
2012-04-30
3
-32
/
+25
|
*
gallium: add void *user_buffer to pipe_constant_buffer
Marek Olšák
2012-04-30
18
-24
/
+111
|
*
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: Import OpenCL state tracker.
Francisco Jerez
2012-05-11
43
-1
/
+8002
*
|
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
12
-574
/
+51
*
|
gallium/tests/trivial: Switch to the pipe loader.
Francisco Jerez
2012-05-11
3
-36
/
+39
*
|
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
8
-0
/
+666
*
|
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
[next]