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
*
svga: stop using pipe_surface::usage
Marek Olšák
2012-12-12
1
-15
/
+7
*
gallium/util: move util_try_blit_via_copy_region to u_surface.c
Marek Olšák
2012-12-12
5
-158
/
+164
*
gallium/cso: don't use the pipe_error return type where it's not needed
Marek Olšák
2012-12-12
2
-41
/
+24
*
gallium: manage render condition in cso_context and fix postprocessing w/ it
Marek Olšák
2012-12-12
9
-33
/
+43
*
st/mesa: remove a weird msaa hack
Marek Olšák
2012-12-12
4
-29
/
+2
*
softpipe: implement seamless cubemap support. (v1.1)
Dave Airlie
2012-12-12
2
-9
/
+139
*
gallium: fix cap warnings for tbo cap.
Dave Airlie
2012-12-12
3
-0
/
+3
*
glsl_to_tgsi: emit multi-level structs and arrays properly.
Dave Airlie
2012-12-12
1
-9
/
+42
*
llvmpipe: don't use user constant buffers
Brian Paul
2012-12-11
1
-1
/
+2
*
llvmpipe: support pipe_resource-based constant buffers
Brian Paul
2012-12-11
7
-34
/
+48
*
util: add util_copy_constant_buffer() helper function
Brian Paul
2012-12-11
1
-0
/
+20
*
i965/fs: Improve performance of shaders that start out with a discard.
Eric Anholt
2012-12-11
6
-7
/
+148
*
i965/fs: Rewrite discards to use a flag subreg to track discarded pixels.
Eric Anholt
2012-12-11
8
-73
/
+46
*
i965/fs: Add an instruction flag for choosing the flag subregister.
Eric Anholt
2012-12-11
6
-13
/
+42
*
i965: Let brw_flag_reg() choose the flag reg and subreg.
Eric Anholt
2012-12-11
4
-7
/
+7
*
i965: Print the flag reg updated by conditional modifiers.
Eric Anholt
2012-12-11
1
-1
/
+15
*
i965: Add the new flag_reg_nr instruction field from IVB.
Eric Anholt
2012-12-11
2
-5
/
+9
*
i965: Correct the name and usage of the flag subregister number field.
Eric Anholt
2012-12-11
4
-15
/
+15
*
i965: Remove bogus flag_reg_nr field from bits3.
Eric Anholt
2012-12-11
1
-4
/
+2
*
st/egl/drm: only unref the udev device if needed
Tobias Droste
2012-12-11
1
-4
/
+5
*
softpipe: Use os_time_get_nano() everywhere.
José Fonseca
2012-12-11
2
-5
/
+5
*
clover: Install CL headers.
Johannes Obermayr
2012-12-10
1
-0
/
+10
*
gallivm: Lower TGSI_OPCODE_MUL to fmul by default
Tom Stellard
2012-12-10
1
-2
/
+3
*
llvmpipe: fix txq for 1d/2d arrays. (v3)
Dave Airlie
2012-12-11
1
-2
/
+15
*
llvmpipe: increase texture target width to reflect increase
Dave Airlie
2012-12-11
1
-1
/
+1
*
mesa syncobj: don't store a pointer to the set_entry
Jordan Justen
2012-12-10
2
-5
/
+10
*
vega: remove unused variables
Fabio Pedretti
2012-12-10
1
-3
/
+1
*
nvc0: comment unused nvc0_validate_zcull function
Fabio Pedretti
2012-12-10
1
-0
/
+2
*
nv50: remove unused OpClassStr array
Fabio Pedretti
2012-12-10
1
-20
/
+0
*
r200: fix broken tcl lighting
smoki
2012-12-10
1
-10
/
+10
*
st_glsl_to_tgsi: fix ubo bools.
Dave Airlie
2012-12-10
1
-2
/
+19
*
st_glsl_to_tgsi: call ubo load pass earlier
Dave Airlie
2012-12-10
1
-1
/
+2
*
glsl_to_tgsi: fix texture offset translation
Dave Airlie
2012-12-10
1
-4
/
+7
*
drisw: fix up context and apis for software context
Dave Airlie
2012-12-09
1
-0
/
+16
*
i965: Add missing _NEW_BUFFERS dirty bit in Gen7 SBE state.
Kenneth Graunke
2012-12-08
1
-1
/
+2
*
st/mesa: set PIPE_BIND_SAMPLER_VIEW for TBOs in st_bufferobj_data
Christoph Bumiller
2012-12-08
1
-0
/
+3
*
nvc0/ir: allow neg,abs modifiers on OP_SET with integer result
Christoph Bumiller
2012-12-08
1
-0
/
+4
*
nvc0/ir/emit: fix check for flags register use in logic ops
Christoph Bumiller
2012-12-08
1
-3
/
+3
*
draw: fix/improve dirty state validation
Brian Paul
2012-12-08
8
-23
/
+68
*
draw: add reminder comments about similar code in different files
Brian Paul
2012-12-08
2
-0
/
+11
*
draw: rearrange code in llvm_middle_end_prepare()
Brian Paul
2012-12-08
1
-66
/
+74
*
draw: fix comment typo
Brian Paul
2012-12-08
1
-1
/
+1
*
draw: add comment on draw->pt.opt field
Brian Paul
2012-12-08
1
-1
/
+1
*
draw: update a comment about index buffers
Brian Paul
2012-12-08
1
-3
/
+2
*
gallium/os: Fix nano->micro second concersion.
José Fonseca
2012-12-08
1
-1
/
+1
*
llvmpipe: fix missing tbo cap warning.
Dave Airlie
2012-12-08
1
-0
/
+1
*
mesa/st: add ARB_uniform_buffer_object support (v2)
Dave Airlie
2012-12-08
6
-7
/
+147
*
softpipe: enable GLSL 1.40
Dave Airlie
2012-12-08
1
-1
/
+1
*
softpipe: add texture buffer object support
Dave Airlie
2012-12-08
2
-1
/
+9
*
st/mesa: add option to enable GLSL 1.40
Dave Airlie
2012-12-08
1
-1
/
+6
[next]