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
path:
root
/
src
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: Use draw_set_index_buffer and others.
Chia-I Wu
2010-08-25
1
-20
/
+26
*
i965: Remove unnecessary header.
Vinson Lee
2010-08-25
1
-1
/
+0
*
r600: Include missing header in evergreen_fragprog.c.
Vinson Lee
2010-08-25
1
-0
/
+1
*
r600: Include missing header in evergreen_vertprog.c.
Vinson Lee
2010-08-25
1
-0
/
+1
*
r300/compiler: Silence uninitialized variable warning.
Vinson Lee
2010-08-24
1
-5
/
+11
*
r300g: Add missing comma in SConscript.
Vinson Lee
2010-08-24
1
-1
/
+1
*
r600: Include missing header in evergreen_render.c.
Vinson Lee
2010-08-24
1
-0
/
+1
*
r600: Remove unused variable.
Vinson Lee
2010-08-24
1
-1
/
+0
*
i965: Fix printf format warnings on 32-bit builds.
Vinson Lee
2010-08-24
1
-4
/
+4
*
r600: Remove unused variable.
Vinson Lee
2010-08-24
1
-1
/
+0
*
r600: Remove spaces between backslash and newline.
Vinson Lee
2010-08-24
1
-2
/
+2
*
r300/compiler: implement elimination of unused constants
Marek Olšák
2010-08-25
8
-1
/
+189
*
r300/compiler: terminate vertex shader compilation immediately after an error
Marek Olšák
2010-08-25
1
-36
/
+56
*
r300/compiler: fail to compile if we hit hw limits or an unimplemented feature
Marek Olšák
2010-08-25
3
-0
/
+62
*
r300/compiler: handle indexable temporaries correctly in deadcode elimination
Marek Olšák
2010-08-25
1
-1
/
+30
*
r300/compiler: disable register allocation for indexable temporaries in VS
Marek Olšák
2010-08-25
1
-5
/
+25
*
ir_to_mesa: set IndirectRegisterFiles
Marek Olšák
2010-08-25
1
-0
/
+8
*
glsl: Set up uniform initializers by walking the shaders after linking.
Eric Anholt
2010-08-24
3
-122
/
+181
*
make: Use C++ compiler to link stdc++ library.
Brian Paul
2010-08-24
1
-2
/
+3
*
prog_execute: Implement OPCODE_TXL
Ian Romanick
2010-08-24
1
-0
/
+16
*
mesa: added isblank() for MSVC
Brian Paul
2010-08-24
1
-0
/
+1
*
mesa: Remove extraneous semicolon.
Chia-I Wu
2010-08-24
1
-1
/
+1
*
mesa: Add core.h.
Chia-I Wu
2010-08-24
3
-47
/
+81
*
intel: Add support for MAX_SAMPLES=1 EXT_framebuffer_multisample.
Eric Anholt
2010-08-23
2
-1
/
+5
*
radeon: print chip family for evergreen in renderer string
Alex Deucher
2010-08-23
2
-2
/
+5
*
mesa: Add new ir_unop_any() expression operation.
Eric Anholt
2010-08-23
1
-0
/
+20
*
ir_to_mesa: Implement f2b by comparing the arg to 0, not the result.
Eric Anholt
2010-08-23
1
-1
/
+1
*
glsl2: Include imports.h to get snprintf wrapper for MSVC
Ian Romanick
2010-08-23
1
-0
/
+6
*
mesa: Fix msvc build of glsl.
Aras Pranckevicius
2010-08-23
1
-2
/
+7
*
ir_to_mesa: Fix constant array handling to return the temp we created.
Eric Anholt
2010-08-23
1
-0
/
+1
*
mesa: Don't add 1 to GL_ACTIVE_UNIFORM_MAX_LENGTH.
Eric Anholt
2010-08-23
1
-2
/
+0
*
mesa: Assorted fixes for es_generator.py on win32.
Chia-I Wu
2010-08-23
1
-0
/
+6
*
i965: Add sandybridge D0 pci ids
Zhenyu Wang
2010-08-23
1
-1
/
+3
*
st/mesa: implement depth-only blit for BlitFramebuffer
Marek Olšák
2010-08-22
1
-2
/
+7
*
st/mesa: fix BlitFramebuffer for D24S8 textures
Marek Olšák
2010-08-22
1
-21
/
+17
*
st/mesa: added st_is_depth_stencil_combined() function
Brian Paul
2010-08-22
2
-0
/
+29
*
st/mesa: fix ReadPixels crashes when reading depth/stencil from a FBO
Brian Paul
2010-08-22
1
-0
/
+7
*
mesa: use driver hook for creating new renderbuffers
Brian Paul
2010-08-22
1
-2
/
+2
*
st/mesa: clean-up pipe_get_transfer() calls
Brian Paul
2010-08-22
1
-12
/
+12
*
i965: Fix 8-wide FB writes on gen6.
Eric Anholt
2010-08-22
1
-12
/
+5
*
i965: Fix brw_math1 with scalar argument in gen6 FS.
Eric Anholt
2010-08-22
1
-2
/
+14
*
i965: Fix up WM push constant setup on gen6.
Eric Anholt
2010-08-22
5
-26
/
+57
*
i965: Use intel->gen >= 6 instead of IS_GEN6.
Eric Anholt
2010-08-22
3
-5
/
+5
*
mesa: Initialize member variables in ir_to_mesa_src_reg constructor.
Vinson Lee
2010-08-22
1
-0
/
+4
*
mesa: Initialize variables in mesa_src_reg_from_ir_src_reg.
Vinson Lee
2010-08-21
1
-0
/
+2
*
mesa: Removed another unused variable.
José Fonseca
2010-08-22
1
-1
/
+0
*
mesa: Remove unsused local variable.
José Fonseca
2010-08-21
1
-1
/
+0
*
evergreen : initial support driver code.
richard
2010-08-20
41
-249
/
+12426
*
i965: Rename nr_depth_regs to nr_payload_regs.
Eric Anholt
2010-08-20
5
-8
/
+8
*
i965: Also use the SIMD8 FB writes for SIMD8 mode on non-SNB.
Eric Anholt
2010-08-20
3
-17
/
+18
[next]