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
*
glsl: silence warning about trailing comma in enum list
Brian Paul
2011-08-08
1
-1
/
+1
*
gallium: silence warnings about trailing commas in enum lists
Brian Paul
2011-08-08
2
-2
/
+2
*
mesa: whitespace changes
Brian Paul
2011-08-08
1
-5
/
+8
*
d3d1x: adapt to resource_resolve interface change
Christoph Bumiller
2011-08-07
1
-3
/
+20
*
nv50,nvc0: never convert in resource copy when format sizes match
Christoph Bumiller
2011-08-07
2
-2
/
+16
*
st/mesa: don't resolve stencil twice
Christoph Bumiller
2011-08-07
1
-1
/
+3
*
winsys/radeon: disable use of the buffer busy-for-write flag
Marek Olšák
2011-08-06
1
-0
/
+12
*
mesa: In validate_program(), initialize errMsg for safety.
Kenneth Graunke
2011-08-05
1
-1
/
+1
*
intel: Fix warnings from gl_constant_parameter changes.
Eric Anholt
2011-08-05
3
-11
/
+9
*
glsl_to_tgsi: replace open-coded swizzle_for_size()
Bryan Cain
2011-08-05
1
-8
/
+1
*
glsl_to_tgsi: try to avoid emitting a MOV_SAT to saturate an expression tree
Bryan Cain
2011-08-05
1
-6
/
+26
*
ir_to_mesa: Replace open-coded swizzle_for_size()
Eric Anholt
2011-08-05
1
-8
/
+1
*
glx/dri2: Paper over errors in DRI2Connect when indirect
Christopher James Halse Rogers
2011-08-05
1
-0
/
+9
*
ir_to_mesa: Try to avoid emitting a MOV_SAT to saturate an expression tree.
Eric Anholt
2011-08-05
1
-4
/
+24
*
prog_optimize: Add support for saturates to _mesa_merge_mov_into_inst.
Eric Anholt
2011-08-05
1
-3
/
+5
*
i965: Add dumping for gen6 WM constants too.
Eric Anholt
2011-08-05
3
-1
/
+22
*
mesa: Remove dead "MemPool" field of gl_shader_state.
Eric Anholt
2011-08-05
1
-2
/
+0
*
i965/fs: Don't upload unused uniform components.
Eric Anholt
2011-08-05
2
-4
/
+95
*
i965/fs: Don't allocate the old backend's compile structs for our compile.
Eric Anholt
2011-08-05
1
-4
/
+7
*
winsys/radeon: do the CS cleanup in the CS ioctl thread
Marek Olšák
2011-08-05
1
-2
/
+4
*
winsys/radeon: fix space checking
Marek Olšák
2011-08-05
4
-5
/
+36
*
st/dri: remove an unused-but-set variable
Marek Olšák
2011-08-05
1
-7
/
+0
*
st/dri: remove a dummy function dri2_create_context
Marek Olšák
2011-08-05
1
-15
/
+1
*
st/mesa: remove unused-but-set variables in st_glsl_to_tgsi.cpp
Marek Olšák
2011-08-05
1
-3
/
+2
*
r300g: handle new CAPs
Marek Olšák
2011-08-05
1
-9
/
+4
*
r300g: adapt to the resource_resolve interface change
Marek Olšák
2011-08-05
1
-21
/
+22
*
vbo: do not call _mesa_max_buffer_index in debug builds
Marek Olšák
2011-08-05
1
-3
/
+1
*
glsl: empty declarations should be valid
Chia-I Wu
2011-08-05
2
-12
/
+8
*
mesa: Remove MSVC stdint typedefs from compiler.h.
Vinson Lee
2011-08-04
1
-23
/
+1
*
mesa: pass correct constant type to _mesa_fetch_state()
Brian Paul
2011-08-04
1
-1
/
+1
*
mesa: use gl_constant_value type in ARB program parser
Brian Paul
2011-08-04
2
-29
/
+30
*
mesa: use gl_constant_value type in _mesa_[Get]ProgramNamedParameter4fNV()
Brian Paul
2011-08-04
1
-10
/
+10
*
mesa: add st_glsl_to_tgsi.cpp to Sconscript
Brian Paul
2011-08-04
1
-0
/
+1
*
mesa: fix out of bounds array access in rtgc debug code
Brian Paul
2011-08-04
1
-1
/
+1
*
mesa: don't use K&R style function pointer calls
Brian Paul
2011-08-04
1
-3
/
+3
*
Merge branch 'glsl-to-tgsi'
Bryan Cain
2011-08-04
43
-323
/
+5610
|
\
|
*
st/mesa: replace duplicated create_color_map_texture() function with shared f...
Bryan Cain
2011-08-04
4
-43
/
+26
|
*
glsl_to_tgsi: remove debugging printf
Bryan Cain
2011-08-04
1
-1
/
+0
|
*
glsl_to_tgsi: copy reladdr in st_src_reg(st_dst_reg) constructor
Bryan Cain
2011-08-01
1
-1
/
+1
|
*
glsl_to_tgsi: add each relative address to the previous
Bryan Cain
2011-08-01
1
-0
/
+12
|
*
glsl_to_tgsi: lower all ir_quadop_vector expressions
Bryan Cain
2011-08-01
1
-1
/
+1
|
*
glsl_to_tgsi: rework immediate tracking to not use gl_program_parameter_list
Bryan Cain
2011-08-01
1
-47
/
+88
|
*
glsl_to_tgsi: update comments
Bryan Cain
2011-08-01
1
-12
/
+11
|
*
glsl_to_tgsi: make coding style more consistent
Bryan Cain
2011-08-01
1
-137
/
+126
|
*
glsl_to_tgsi: make assignment hack safer
Bryan Cain
2011-08-01
1
-3
/
+4
|
*
glsl_to_tgsi: separate immediates from array constants during IR translation
Bryan Cain
2011-08-01
1
-48
/
+95
|
*
glsl_to_tgsi: fix mistakes in get_pixel_transfer_visitor()
Bryan Cain
2011-08-01
1
-3
/
+3
|
*
st/mesa, glsl_to_tgsi: support glBitmap with a GLSL fragment shader active
Bryan Cain
2011-08-01
3
-6
/
+105
|
*
st/mesa, glsl_to_tgsi: support glDrawPixels/glCopyPixels with a GLSL fragment...
Bryan Cain
2011-08-01
3
-0
/
+194
|
*
glsl_to_tgsi: replace MAX_PROGRAM_TEMPS (256) with MAX_TEMPS (4096)
Bryan Cain
2011-08-01
1
-6
/
+8
[next]