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
/
auxiliary
Commit message (
Expand
)
Author
Age
Files
Lines
*
draw: Handle the case when there isn't a fragment shader.
Olivier Galibert
2012-06-22
1
-10
/
+17
*
llvmpipe: Add vertex id support.
Olivier Galibert
2012-06-19
3
-18
/
+38
*
llvmpipe: Simplify and fix system variables fetch.
Olivier Galibert
2012-06-19
3
-77
/
+32
*
draw: fix flat shading and screen-space linear interpolation in clipper
Olivier Galibert
2012-06-19
1
-31
/
+113
*
draw: Ensure that the vertex_header type size matches expectation.
José Fonseca
2012-06-18
1
-0
/
+3
*
gallium: Add TGSI_OPCODE_F2U to gallivm backend.
Paul Berry
2012-06-15
1
-0
/
+13
*
rbug: fix make process on Linux Mint 13 x64.
Aaron Watry
2012-06-14
12
-20
/
+20
*
util: add some comments, fix indentation
Brian Paul
2012-06-13
1
-1
/
+5
*
gallivm: Fix calculating rho for 3d textures for the single-quad case
Roland Scheidegger
2012-06-08
1
-2
/
+1
*
draw: simplify index buffer specification
Brian Paul
2012-05-31
5
-43
/
+24
*
draw: fix primitive restart bug by using the index buffer offset
Brian Paul
2012-05-25
1
-3
/
+6
*
util: add GALLIUM_LOG_FILE option for logging output to a file
Brian Paul
2012-05-25
2
-6
/
+25
*
tgsi: Initialize Padding struct fields.
Vinson Lee
2012-05-23
1
-0
/
+4
*
gallivm: Fixed erroneous optimisation in lp_build_min/max.
James Benton
2012-05-21
1
-7
/
+14
*
gallivm: Compensate for lp_const_offset in lp_build_conv.
James Benton
2012-05-21
1
-4
/
+31
*
gallivm: Fixed overflow in lp_build_clamped_float_to_unsigned_norm.
James Benton
2012-05-21
1
-1
/
+1
*
gallium/tgsi/text: Ensure ret is initialized in parse_immediate_data.
Vinson Lee
2012-05-17
1
-0
/
+4
*
Fix fetching integer inputs.
José Fonseca
2012-05-18
1
-0
/
+8
*
llvmpipe: Implement TXQ.
Olivier Galibert
2012-05-18
6
-6
/
+204
*
gallium/auxiliary/pipe-loader: Fix usage of anonymous union.
Francisco Jerez
2012-05-16
2
-7
/
+7
*
draw,llvmpipe: Avoid named struct types on LLVM 3.0 and later.
José Fonseca
2012-05-16
1
-20
/
+4
*
gallivm: Add MCRegisterInfo.h to silence benign warnings about missing implem...
José Fonseca
2012-05-15
1
-0
/
+3
*
gallivm: Fix lp_build_sgn for normalized/fixed-point integers.
José Fonseca
2012-05-15
1
-1
/
+2
*
gallivm: Fix lp_build_const_xxx for negative integers.
José Fonseca
2012-05-15
1
-5
/
+6
*
Add .gitignore files for recently-added gallium projects
Paul Berry
2012-05-15
1
-0
/
+1
*
vl: Initialize pipe_vertex_buffer.user_buffer fields.
Vinson Lee
2012-05-14
1
-0
/
+4
*
gallium: remove user_buffer_create from the interface
Marek Olšák
2012-05-12
2
-9
/
+1
*
gallium/graw: stop using user_buffer_create
Marek Olšák
2012-05-12
1
-0
/
+13
*
gallium/util: remove unused parameter nr_vertex_buffers in util_draw_max_index
Marek Olšák
2012-05-12
3
-3
/
+0
*
auxiliary/util: Ensure pipe_constant_buffer::user_buffer is initialized.
José Fonseca
2012-05-12
1
-0
/
+1
*
gallivm: Fix copy'n'paste typo bug translating CEIL opcode.
José Fonseca
2012-05-11
1
-2
/
+2
*
Merge branch 'gallium-userbuf'
Marek Olšák
2012-05-11
14
-81
/
+154
|
\
|
*
u_vbuf: set user buffer pointer for drivers which support user buffers
Marek Olšák
2012-05-01
1
-0
/
+2
|
*
st/vega: don't use user_buffer_create
Marek Olšák
2012-04-30
2
-0
/
+24
|
*
cso: cso_context should install u_vbuf by itself and not st/mesa
Marek Olšák
2012-04-30
2
-7
/
+23
|
*
gallium/util: stop using user buffers in util_draw_texquad
Marek Olšák
2012-04-30
1
-2
/
+3
|
*
gallium: add void *user_buffer in pipe_index_buffer
Marek Olšák
2012-04-30
3
-45
/
+69
|
*
gallium: remove pipe_context::redefine_user_buffer
Marek Olšák
2012-04-30
2
-13
/
+0
|
*
gallium: add void *user_buffer in pipe_vertex_buffer
Marek Olšák
2012-04-30
3
-11
/
+15
|
*
gallium: change set_constant_buffer to be UBO-friendly
Marek Olšák
2012-04-30
3
-3
/
+18
*
|
gallium/tgsi: s/TGSI_BUFFER/TGSI_TEXTURE_BUFFER/
José Fonseca
2012-05-11
1
-2
/
+2
*
|
gallium/tgsi: Redefine the TGSI_TEXTURE_UNKNOWN texture target.
José Fonseca
2012-05-11
3
-3
/
+4
*
|
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
*
|
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
[next]