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
/
drivers
/
r300
Commit message (
Expand
)
Author
Age
Files
Lines
*
r300g: Silence uninitialized variable warning.
Vinson Lee
2010-09-24
1
-0
/
+1
*
r300g: fix the border color for every format other than PIPE_FORMAT_B8G8R8A8
Marek Olšák
2010-09-24
3
-6
/
+84
*
r300g: fix a copy-paste typo for logging
Marek Olšák
2010-09-24
1
-3
/
+3
*
r300g: Always try to build libr300compiler.a
Tom Stellard
2010-09-23
1
-0
/
+1
*
r300g: fix point sprite coord.
Dave Airlie
2010-09-24
1
-3
/
+1
*
util/r300g: split the r300 index buffer modifier functions out to util
Dave Airlie
2010-09-20
1
-108
/
+4
*
r300g/swtcl: fix CS overrun
Marek Olšák
2010-09-16
2
-8
/
+28
*
r300g: prevent creating multiple winsys BOs for the same handle
Marek Olšák
2010-09-15
1
-4
/
+0
*
gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)
Luca Barbieri
2010-09-14
1
-35
/
+61
*
r300g/swtcl: unlock VBO after draw_flush
Marek Olšák
2010-09-13
1
-4
/
+1
*
r300g: fix SWTCL
Marek Olšák
2010-09-13
4
-41
/
+99
*
r300g: print unassigned FS inputs for DBG_RS
Marek Olšák
2010-09-13
1
-0
/
+9
*
r300g: add new debug options for dumping scissor regs and disabling CBZB clear
Marek Olšák
2010-09-13
5
-3
/
+16
*
r300g: skip rendering if CS space validation fails
Marek Olšák
2010-09-13
3
-52
/
+73
*
r300g: remove u_upload_flush from r300_draw_arrays
Marek Olšák
2010-09-13
1
-1
/
+0
*
r300/compiler: Enable presubtract sources
Tom Stellard
2010-09-10
2
-0
/
+2
*
r300g,r300c: memset the compiler struct to zeros
Marek Olšák
2010-09-05
1
-0
/
+1
*
Revert "r300g: refuse to create a texture with size 0"
Marek Olšák
2010-09-04
1
-12
/
+0
*
r300g: remove unnecessary assignments
Marek Olšák
2010-09-04
1
-6
/
+0
*
r300g: skip draw calls with no vertex elements, fixing hardlocks
Marek Olšák
2010-09-04
1
-0
/
+3
*
r300g: add a new debug option which disables compiler optimizations
Marek Olšák
2010-09-04
4
-18
/
+22
*
r300/compiler: make optimizations not use 0.5 swizzles in vertex shaders
Marek Olšák
2010-09-04
2
-0
/
+2
*
r300/compiler: add new compiler parameter max_constants
Marek Olšák
2010-09-04
2
-0
/
+2
*
r300g: only check for an empty shader if there are no compile errors
Marek Olšák
2010-09-04
1
-8
/
+8
*
r300/compiler: add new compiler parameter max_alu_insts
Marek Olšák
2010-09-04
2
-0
/
+2
*
r300g: fix warning in winsys
Marek Olšák
2010-08-30
1
-0
/
+1
*
r300g,u_blitter: use u_framebuffer
Marek Olšák
2010-08-29
2
-3
/
+3
*
r300g: fix blitting between 2D NPOT mipmaps
Marek Olšák
2010-08-28
4
-23
/
+51
*
r300g: fix min/max lod computation
Mathias Fröhlich
2010-08-28
1
-2
/
+2
*
r300g: set the correct value in PVS_NUM_CNTLRS
Marek Olšák
2010-08-28
1
-1
/
+1
*
r300g: Include missing header in r300_texture.h.
Vinson Lee
2010-08-27
1
-0
/
+1
*
r300g: Include missing header in r300_texture_desc.h.
Vinson Lee
2010-08-26
1
-0
/
+1
*
r300g: fix constant buffer upload once again for r3xx->r4xx
Marek Olšák
2010-08-26
1
-1
/
+1
*
r300g: fix potentially uninitialized variables in create_rs_state
Marek Olšák
2010-08-25
1
-5
/
+2
*
draw: specialized cliptesting routines
Keith Whitwell
2010-08-25
1
-2
/
+0
*
gallium: Use draw_set_index_buffer and others.
Chia-I Wu
2010-08-25
2
-12
/
+9
*
r300g: fix gl_PointCoord
Marek Olšák
2010-08-25
1
-2
/
+7
*
r300g: eliminate unused constants in FS
Marek Olšák
2010-08-25
3
-7
/
+32
*
r300g: eliminate unused constants in VS
Marek Olšák
2010-08-25
5
-8
/
+31
*
r300g: clean up some mess in set_constant_buffer
Marek Olšák
2010-08-25
2
-22
/
+1
*
r300g: fix indentation
Marek Olšák
2010-08-25
2
-8
/
+8
*
r300g: reset the index bias to 0 at the end of CS
Marek Olšák
2010-08-25
4
-5
/
+12
*
r300g: Remove unused variable.
Vinson Lee
2010-08-23
1
-2
/
+0
*
r300g: avoid stall in no-tcl drawing when mapping vbo
Dave Airlie
2010-08-23
3
-15
/
+26
*
gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT too
Luca Barbieri
2010-08-20
3
-5
/
+10
*
r300g: do not use fastfill with 16-bit zbuffers
Marek Olšák
2010-08-19
1
-0
/
+4
*
r300g: fix context destroy under hyperz
Dave Airlie
2010-08-17
1
-3
/
+3
*
r300g: fix assert in the rasterizer block for r3xx-r4xx
Marek Olšák
2010-08-16
1
-1
/
+1
*
r300g: fix an invalid pointer in free
Marek Olšák
2010-08-16
1
-1
/
+1
*
r300g: Let hyperz init fail
nobled
2010-08-16
3
-6
/
+20
[next]