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
...
*
|
fix texture/renderbuffer mix-up in test_attachment_completeness()
Brian
2008-03-28
1
-1
/
+1
*
|
i965: depth offset on glPolygonMode(GL_LINE/GL_POINT)
Xiang, Haihao
2008-03-28
1
-2
/
+2
*
|
r300: finish conversion of RS_INST regs
Dave Airlie
2008-03-28
3
-22
/
+6
*
|
r300: move to using RS_INST names
Dave Airlie
2008-03-28
5
-37
/
+33
*
|
consolidate some parsing functions that were pretty much identical for vertex...
Brian
2008-03-27
1
-152
/
+71
*
|
when negating scalar src args, use NEGATE_XYZW, not NEGATE_X
Brian
2008-03-27
1
-6
/
+6
*
|
Set param_var->param_binding_type = PROGRAM_CONSTANT
Brian
2008-03-27
1
-0
/
+2
*
|
Add a couple of test apps for line/unfilled polygon clipping.
Eric Anholt
2008-03-27
4
-0
/
+384
*
|
[965] Fix massively broken state cache dirty flagging.
Michal Wajdeczko
2008-03-26
1
-2
/
+6
*
|
[intel] Use mesa texmemory functions to allocate teximage Data.
Michal Wajdeczko
2008-03-26
2
-3
/
+5
*
|
[965] Don't let the negate flags of src0 affect 1 constants in precalc_dst/lit
Eric Anholt
2008-03-26
1
-14
/
+21
*
|
[965] Correctly set read mask for OPCODE_SWZ in pass1.
Michal Wajdeczko
2008-03-26
1
-1
/
+1
*
|
[965] Clean up whitespace and dead code from do_unfilled change.
Eric Anholt
2008-03-26
1
-11
/
+6
*
|
[i915] don't use 4x4 filter for 1D shadowmap
Zou Nan hai
2008-03-26
1
-2
/
+7
*
|
implement glGet/BindAttribLocationARB() for display lists
Brian
2008-03-25
1
-0
/
+26
*
|
updated to version 40
Brian
2008-03-25
1
-3
/
+14
*
|
intel: fix the issue "VBO: Cannot allocate memory for a BO" on
Xiang, Haihao
2008-03-25
3
-0
/
+14
*
|
add GL_READ_FRAMEBUFFER_BINDING_EXT case, regenerate get.c file
Brian
2008-03-24
2
-0
/
+65
*
|
fix wrong values for GL_READ/DRAW_FRAMEBUFFER_BINDING_EXT tokens
Brian
2008-03-24
1
-2
/
+2
*
|
R300: fix typo r300 fog reg
Alex Deucher
2008-03-24
1
-1
/
+1
*
|
autoconf: Add a workaround for second AC_PROG_PATH not overwriting results.
Eric Anholt
2008-03-22
1
-3
/
+4
*
|
use ctx->Driver.DeleteProgram() in a few more places
Brian
2008-03-22
2
-4
/
+4
*
|
delete default programs with ctx->Driver.DeleteProgram()
Brian
2008-03-22
1
-2
/
+2
*
|
[965] Avoid emitting dead code for DPx/math instructions.
Michal Wajdeczko
2008-03-21
1
-0
/
+15
*
|
[965] Improve pinterp performance by delaying reads of just-written regs.
Michal Wajdeczko
2008-03-21
1
-0
/
+4
*
|
[965] Fix negating of unsigned value in emit_wpos_xy.
Michal Wajdeczko
2008-03-21
1
-1
/
+1
*
|
[965] Add MVP code for position invariant vertex programs.
Michal Wajdeczko
2008-03-21
1
-0
/
+3
*
|
[win32] Use native aligned memory allocation functions.
Michal Wajdeczko
2008-03-21
1
-0
/
+18
*
|
[965] Shuffle state flags to match the order we initialize them in.
Michal Wajdeczko
2008-03-21
1
-2
/
+2
*
|
intel: Use _mesa_ffs wrapper, and fix a use-after-free with INTEL_DEBUG=buf.
Michal Wajdeczko
2008-03-21
1
-3
/
+7
*
|
autoconf: automatically detect if -ldl is required.
Eric Anholt
2008-03-21
1
-2
/
+7
*
|
Fix xdemos build on FreeBSD: <sys/types.h> before <netinet/tcp.h>
Eric Anholt
2008-03-21
1
-1
/
+1
*
|
Fix autoconf build on FreeBSD: detect gmake, and put -D*_SOURCE under linux.
Eric Anholt
2008-03-21
1
-4
/
+7
*
|
Refactor PBO validate/map code.
Brian
2008-03-21
6
-88
/
+81
*
|
include varray.h to silence warning
Brian
2008-03-21
1
-1
/
+1
*
|
add a number of PBO validate/map/unmap functions
Brian
2008-03-21
5
-83
/
+241
*
|
Fix some PBO breakage.
Brian
2008-03-21
2
-11
/
+6
*
|
[i965] multiple rendering target fix
Zou Nan hai
2008-03-21
2
-10
/
+29
*
|
[i915] GL_DEPTH_TEXTURE_MODE fix
Zou Nan hai
2008-03-20
1
-3
/
+4
*
|
mesa: The span array is only populated in single-pixel
Xiang, Haihao
2008-03-20
1
-2
/
+4
*
|
[965] Initialize region surface key structure padding.
Eric Anholt
2008-03-19
1
-0
/
+2
*
|
[intel] Fix an uninitialized variable access in PRESUMED_OFFSET clearing.
Eric Anholt
2008-03-19
1
-2
/
+2
*
|
fix IEEE_ONE definition for ICC compiler (bug 15134)
Brian
2008-03-19
1
-3
/
+3
*
|
Radeon 9500 (0x4144) only has one pipe
Alex Deucher
2008-03-19
1
-0
/
+4
*
|
x86_init_func_size() returns int to indicate success/fail (bug 15119)
Brian
2008-03-19
2
-2
/
+3
*
|
s/x86_init_func/x86_init_func_size (fixes bug 15119)
Brian
2008-03-19
1
-1
/
+1
*
|
[i915] arb point sprite only support in i965
Zou Nan hai
2008-03-19
1
-1
/
+1
*
|
[i915] fix fragment.position
Zou Nan hai
2008-03-19
1
-6
/
+21
*
|
[i915] Bug #13634: Fix bugs in 945 cube mipmap layout.
Eric Anholt
2008-03-18
1
-15
/
+18
*
|
[i915] Add comments about how cube texture layout works.
Eric Anholt
2008-03-18
1
-2
/
+107
[prev]
[next]