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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
glx: Fix another use-after-free problem
Kristian Høgsberg
2010-09-09
1
-1
/
+3
*
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
*
docs: Update egl.html.
Chia-I Wu
2010-09-09
1
-2
/
+10
*
glsl: add several EmitNo* options, and MaxUnrollIterations
Luca Barbieri
2010-09-08
11
-19
/
+27
*
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
*
glsl: Add info about talloc and optimization passes to the README.
Eric Anholt
2010-09-08
1
-0
/
+26
*
glsl: Update README talking about multi-instruction operations.
Eric Anholt
2010-09-08
1
-4
/
+4
*
glx: Destroy pixmap after destroying glx and dri drawables
Kristian Høgsberg
2010-09-08
1
-2
/
+2
*
configure: Enable -fvisibility=hidden for g++ as well
Kristian Høgsberg
2010-09-08
1
-0
/
+7
*
glsl/builtins: Set the API in the fake context.
Kenneth Graunke
2010-09-08
2
-0
/
+2
*
glsl2: Clear out profile pointers in _mesa_glsl_release_functions
Ian Romanick
2010-09-08
2
-0
/
+2
*
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
*
glx: Ignore DRI2 event for drawables we've destroyed
Kristian Høgsberg
2010-09-08
1
-1
/
+1
*
glx: Fix use after free problem
Kristian Høgsberg
2010-09-08
1
-6
/
+7
*
glsl: Fix for scalar float built-in definitions.
Kenneth Graunke
2010-09-08
3
-4
/
+4
*
glsl: regenerate builtins
Eric Anholt
2010-09-08
1
-1
/
+1
*
glsl: Fix typo in builtin step() using a wrong channel.
Eric Anholt
2010-09-08
1
-1
/
+1
*
ir_validate: Ensure ir_binop_dot is only used on vector types.
Kenneth Graunke
2010-09-08
1
-0
/
+1
*
glsl: Refresh automatically generated file builtin_function.cpp.
Kenneth Graunke
2010-09-08
1
-11
/
+9
*
glsl/builtins: Don't use ir_binop_dot on floating point values.
Kenneth Graunke
2010-09-08
4
-6
/
+6
*
glsl/builtins: Simplify degenerate scalar float cases.
Kenneth Graunke
2010-09-08
3
-5
/
+3
*
glsl2: Make sure _mesa_glsl_parse_state constructor gets a context
Ian Romanick
2010-09-08
2
-2
/
+4
*
glx: Drop broken drawable garbage collection
Kristian Høgsberg
2010-09-08
9
-59
/
+48
*
dri: Unset current context and dispatch table when unbinding
Kristian Høgsberg
2010-09-08
4
-0
/
+13
*
glsl: Support GLSL ES in the standalone compile.
Chia-I Wu
2010-09-08
1
-1
/
+3
*
glsl: Require a context in _mesa_glsl_parse_state.
Chia-I Wu
2010-09-08
2
-62
/
+62
*
st/dri: Call dri_init_extensions only for API_OPENGL.
Chia-I Wu
2010-09-08
1
-1
/
+9
*
st/dri: Use enum st_api_type internally.
Chia-I Wu
2010-09-08
5
-27
/
+39
*
st/dri: Add multi-api support
nobled
2010-09-08
5
-13
/
+46
*
st/dri: Make clear which API's are supported
nobled
2010-09-08
1
-1
/
+4
*
r600g: add initial bank swizzle support.
Dave Airlie
2010-09-08
4
-4
/
+295
*
glcpp: Fix build on non-GCC compilers.
Kenneth Graunke
2010-09-07
2
-90
/
+92
*
ast_to_hir: Mark arrays as lvalues in GLSL ES, but prohibit assignment.
Kenneth Graunke
2010-09-07
1
-1
/
+7
*
glsl: Allow overloading of built-ins without hiding in GLSL ES.
Kenneth Graunke
2010-09-07
1
-1
/
+1
*
glsl: Move is_builtin flag back to ir_function_signature.
Kenneth Graunke
2010-09-07
9
-15
/
+28
*
ast_to_hir: Reject embedded structure definitions in GLSL ES 1.00.
Kenneth Graunke
2010-09-07
1
-0
/
+9
*
ast_to_hir: Reject unsized array declarations in GLSL ES 1.00.
Kenneth Graunke
2010-09-07
1
-9
/
+18
*
ast_to_hir: Allow matrix-from-matrix constructors in GLSL ES.
Kenneth Graunke
2010-09-07
1
-1
/
+1
*
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
[next]