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
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: fix double-underscore naming
Brian Paul
2010-08-27
1
-4
/
+4
*
Fix typo in function name "shading_laguage_version".
Kenneth Graunke
2010-08-26
1
-2
/
+2
*
i965: Add preliminary support for uniforms to the new FS backend.
Eric Anholt
2010-08-26
1
-8
/
+55
*
i965: Abort on gl_FragDepth in the new FS backend for now.
Eric Anholt
2010-08-26
1
-0
/
+1
*
i965: Fix up and actually enable the NewShader and NewShaderProgram hooks.
Eric Anholt
2010-08-26
2
-3
/
+8
*
i965: Hack in avoidance of c++ reserved keyword in libdrm.
Eric Anholt
2010-08-26
1
-0
/
+8
*
i965: Add GLSL IR-level source annotation and comments to new FS debug.
Eric Anholt
2010-08-26
1
-5
/
+83
*
i965: Use the implied move in brw_math() in the new FS.
Eric Anholt
2010-08-26
1
-2
/
+1
*
i965: Add support for in varyings to the new FS codegen.
Eric Anholt
2010-08-26
1
-55
/
+390
*
i965: Start building the codegen visitor.
Eric Anholt
2010-08-26
1
-10
/
+659
*
i965: Start building direct GLSL2 IR to 965 assembly codegen.
Eric Anholt
2010-08-26
4
-17
/
+381
*
i965: Add new pass to split vectors into scalar variables
Eric Anholt
2010-08-26
4
-1
/
+393
*
i965: Add a pass for the FS to reduce vector expressions down to scalar.
Eric Anholt
2010-08-26
4
-1
/
+384
*
i965: Start building 965 FS backend.
Eric Anholt
2010-08-26
8
-11
/
+135
*
ir_to_mesa: Don't assume that an ir_dereference_array is of a variable.
Eric Anholt
2010-08-26
1
-1
/
+2
*
st/mesa: Remove unnecessary header.
Vinson Lee
2010-08-26
1
-1
/
+0
*
i965: Add support for destination RelAddr writes in the VS.
Eric Anholt
2010-08-26
2
-13
/
+48
*
i965: Fix the test for variable indexing of shader inputs.
Eric Anholt
2010-08-26
1
-5
/
+11
*
st/mesa: add missing packed depth/stencil formats in st_format_datatype()
Brian Paul
2010-08-26
1
-1
/
+3
*
mesa: fix mixed-up function call name
Brian Paul
2010-08-26
1
-2
/
+2
*
mesa: Identify packed depth/stencil buffers using the Format field.
Nick Bowler
2010-08-26
3
-2
/
+21
*
intel: Merge identical cases in switch statement.
Nick Bowler
2010-08-26
1
-11
/
+5
*
r600: fix vertex buffer size calculation
Andre Maasikas
2010-08-26
2
-12
/
+2
*
st/mesa: Fix glEGLImageTargetTexture2DOES.
Chia-I Wu
2010-08-26
2
-1
/
+10
*
st/mesa: Add support for surfaceless current contexts.
Chia-I Wu
2010-08-26
1
-4
/
+27
*
mesa: Disable the debug spam for x86 CPU detection with a compile-time flag.
Eric Anholt
2010-08-25
1
-7
/
+13
*
mesa: Move the x86 detection debug messages next to the detection.
Eric Anholt
2010-08-25
2
-33
/
+39
*
mesa: Don't warn when the desired result of s3tc lib available occurs.
Eric Anholt
2010-08-25
1
-1
/
+0
*
r600: Remove unnecessary headers.
Vinson Lee
2010-08-25
5
-8
/
+0
*
r300: Remove unnecessary header.
Vinson Lee
2010-08-25
1
-1
/
+0
*
Revert "mesa: Don't add 1 to GL_ACTIVE_UNIFORM_MAX_LENGTH."
Eric Anholt
2010-08-25
1
-0
/
+2
*
i965: Fix detection of implicit MOVs to message regs in brw_optimize.c.
Eric Anholt
2010-08-25
1
-24
/
+38
*
mesa: Remove now-unused _mesa_add_sampler().
Eric Anholt
2010-08-25
2
-41
/
+0
*
ir_to_mesa: Add support for samplers in structures.
Eric Anholt
2010-08-25
1
-109
/
+122
*
mesa: Remove now-unused _mesa_add_uniform.
Eric Anholt
2010-08-25
2
-35
/
+0
*
ir_to_mesa: Convert this code to using linker.cpp's uniform locations.
Eric Anholt
2010-08-25
2
-127
/
+77
*
mesa: Remove the "Used" flag in gl_program_parameter.
Eric Anholt
2010-08-25
3
-33
/
+1
*
r300/compiler: emulate relative addressing with negative offsets in VS
Marek Olšák
2010-08-25
1
-0
/
+74
*
st/mesa: Remove unnecessary header.
Vinson Lee
2010-08-25
1
-1
/
+0
*
glsl/mesa: fixes for MSVC
Aras Pranckevicius
2010-08-25
1
-0
/
+1
*
intel: Support EGL_MESA_image_drm
Kristian Høgsberg
2010-08-25
3
-0
/
+87
*
intel: Take an intel_screen pointer in intel_alloc_region_* functions
Kristian Høgsberg
2010-08-25
6
-37
/
+32
*
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
[next]