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
*
r600c: fix some typos
Alex Deucher
2010-09-10
2
-3
/
+3
*
r600c: fix type in cb setup on evergreen
Alex Deucher
2010-09-10
1
-3
/
+2
*
r600c: add support for more rendering formats on evergreen
Alex Deucher
2010-09-10
2
-32
/
+255
*
r600: set correct initial point_minmax values
Andre Maasikas
2010-09-10
1
-0
/
+4
*
r600: dont bswap rgba FLOAT formats
Andre Maasikas
2010-09-10
1
-2
/
+2
*
gallium: Remove ST_API_OPENGL_ES1 and ST_API_OPENGL_ES2.
Chia-I Wu
2010-09-10
2
-66
/
+0
*
gallium: Add context profile support to st_api.
Chia-I Wu
2010-09-10
2
-21
/
+60
*
i965: Add switch cases for ir_unop_noise, which should have been lowered.
Eric Anholt
2010-09-09
2
-0
/
+7
*
Revert "glapi: Implement optional dispatch logging"
Kristian Høgsberg
2010-09-09
6
-59
/
+8
*
glsl2: Add EmitNoNoise flag, use it to remove noise opcodes
Ian Romanick
2010-09-09
5
-11
/
+8
*
glsl2: Add ir_unop_noise
Ian Romanick
2010-09-09
1
-0
/
+10
*
mesa: Only reference logging symbols in debug builds
Kristian Høgsberg
2010-09-09
1
-0
/
+11
*
mesa: Don't reuse DummyFramebuffer as the incomplete framebuffer
Kristian Høgsberg
2010-09-09
2
-1
/
+10
*
glapi: Implement optional dispatch logging
Kristian Høgsberg
2010-09-09
6
-8
/
+48
*
dri/nouveau: Expose EXT_texture_env_combine.
Francisco Jerez
2010-09-09
1
-0
/
+1
*
dri/nv10-nv20: Add support for NV_texture_env_combine4.
Francisco Jerez
2010-09-09
2
-13
/
+19
*
dri/nv04: Add support for NV_texture_env_combine4.
Francisco Jerez
2010-09-09
2
-13
/
+24
*
dri/nouveau: Minor cleanup.
Francisco Jerez
2010-09-09
1
-21
/
+29
*
r600: add TXL instruction and note about TXB
Andre Maasikas
2010-09-09
1
-5
/
+12
*
r600: remove depth exports move, just set to output x <- z in the export intr...
Andre Maasikas
2010-09-09
1
-70
/
+5
*
r600: protect cleanup instructions from double free
Andre Maasikas
2010-09-09
2
-2
/
+20
*
r600: remove mask from output intructions
Andre Maasikas
2010-09-09
6
-45
/
+1
*
r600: allow relative addressing of temps, inputs, outputs
Andre Maasikas
2010-09-09
1
-13
/
+30
*
r600: handle LIT writemask
Andre Maasikas
2010-09-09
1
-147
/
+141
*
r600: fix rsq from negative input
Andre Maasikas
2010-09-09
1
-0
/
+3
*
glsl: add several EmitNo* options, and MaxUnrollIterations
Luca Barbieri
2010-09-08
5
-9
/
+15
*
glsl: make compiler options per-target
Luca Barbieri
2010-09-08
8
-25
/
+64
*
mesa: add PIPE_SHADER_* like constants and conversions to/from enums (v2)
Luca Barbieri
2010-09-08
3
-0
/
+72
*
mesa: Refactor parameter processing in set_combiner_(operand|source)
Ian Romanick
2010-09-08
1
-68
/
+22
*
mesa: Fix handling of texenv operands for EXT vs ARB version
Ian Romanick
2010-09-08
1
-18
/
+19
*
dri: Unset current context and dispatch table when unbinding
Kristian Høgsberg
2010-09-08
4
-0
/
+13
*
i965: Enable EXT_framebuffer_blit internally.
Kenneth Graunke
2010-09-07
1
-0
/
+1
*
mesa: Enable GL_MAX_VERTEX_ATTRIBS in ES2.
Kenneth Graunke
2010-09-07
1
-1
/
+16
*
glsl: Define GL_ES preprocessor macro if API is OpenGL ES 2.0.
Kenneth Graunke
2010-09-07
1
-1
/
+1
*
ir_to_mesa: Add support for gl_NormalScale.
Eric Anholt
2010-09-07
2
-0
/
+7
*
glsl: Make sure shader source isn't NULL.
Kenneth Graunke
2010-09-07
1
-0
/
+8
*
mesa: Set the base format of GL_ALPHA FBOs and teach swrast about it.
Eric Anholt
2010-09-07
3
-3
/
+12
*
ir_to_mesa: Fix warning in last commit.
Eric Anholt
2010-09-07
1
-1
/
+1
*
ir_to_mesa: Move the STATE_VAR elements of a builtin uniform to a temp (v2).
Eric Anholt
2010-09-07
1
-345
/
+326
*
i965: Store the byte address in the VS constant buffer as an integer.
Eric Anholt
2010-09-07
1
-1
/
+1
*
i965: Make pixel_xy results UW.
Eric Anholt
2010-09-07
1
-0
/
+2
*
i965: Don't bother with RNDZ for f2i.
Eric Anholt
2010-09-07
1
-1
/
+1
*
i965: Add some validation on BRW_OPCODE_MUL and ADD's arguments.
Eric Anholt
2010-09-07
1
-2
/
+57
*
i965: Add assertion for another requirement about types.
Eric Anholt
2010-09-07
1
-1
/
+13
*
i965: Align the start of attribute interp coefficients in FS to use PLN.
Eric Anholt
2010-09-07
1
-0
/
+8
*
i965: Just assert when we flagged a compile error in the FS for now.
Eric Anholt
2010-09-07
1
-3
/
+5
*
i965: Clean up fs_reg setup by using a helper for constructors.
Eric Anholt
2010-09-07
1
-27
/
+16
*
i965: When using the new FS backend, don't validate the Mesa IR version.
Eric Anholt
2010-09-07
1
-0
/
+16
*
i965: Add a bit of validation for some ISA restrictions in the docs.
Eric Anholt
2010-09-07
1
-0
/
+70
*
i965: set the source width/stride when handling reladdr dests in the VS.
Eric Anholt
2010-09-07
1
-0
/
+6
[next]