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
*
r600g: Fix build with --enable-opencl
Tom Stellard
2012-10-09
1
-1
/
+3
*
mesa/tests: Remove driverCtx parameter from call to _mesa_initialize_context
Ian Romanick
2012-10-09
1
-2
/
+1
*
intel: Add missing #include <time.h>
Quentin Glidic
2012-10-09
1
-0
/
+1
*
i965: Delete some dead code from brw_eu_emit.c.
Kenneth Graunke
2012-10-09
2
-120
/
+0
*
docs: add missing release date
Andreas Boll
2012-10-09
1
-0
/
+2
*
docs: update release notes for 9.0
Andreas Boll
2012-10-09
1
-2
/
+4
*
docs: add news item for 9.0 release
Andreas Boll
2012-10-09
1
-0
/
+8
*
mesa: remove unused _mesa_cpal_compressed_format_type() function
Brian Paul
2012-10-09
2
-18
/
+0
*
nv50: fix printf warning
Marek Olšák
2012-10-09
1
-1
/
+2
*
nv30: fix type conversion warning
Marek Olšák
2012-10-09
1
-1
/
+1
*
i915g: fix unused variable and type conversion warnings
Marek Olšák
2012-10-09
2
-2
/
+1
*
teximage: Remove unnecessary compressed format check
Daniel Stone
2012-10-09
1
-4
/
+0
*
docs: update FAQ
Andreas Boll
2012-10-09
1
-19
/
+24
*
nv50: point vertex runout at a valid address
Ben Skeggs
2012-10-09
1
-0
/
+12
*
nvc0: point vertex runout at a valid address
Ben Skeggs
2012-10-09
1
-5
/
+16
*
nvc0: fix missing permanent bo reference on poly cache
Ben Skeggs
2012-10-09
1
-0
/
+1
*
Revert "st/mesa: remove unused variables to fix compile warnings"
Brian Paul
2012-10-08
1
-0
/
+2
*
mesa: minor whitespace fixes in teximage.c
Brian Paul
2012-10-08
1
-2
/
+2
*
st/mesa: remove unused variables to fix compile warnings
Marek Olšák
2012-10-09
1
-1
/
+0
*
mesa: remove unused variables to fix compile warnings
Marek Olšák
2012-10-09
1
-7
/
+0
*
softpipe: initialize quadColor2 to fix compile warnings
Marek Olšák
2012-10-09
1
-1
/
+1
*
r600g: remove unused variables to fix compile warnings
Marek Olšák
2012-10-09
2
-4
/
+0
*
llvmpipe: remove unused variables to fix compile warnings
Marek Olšák
2012-10-09
2
-6
/
+3
*
i915g: Don't clobber I915_NEW_FS on new framebuffer.
Stéphane Marchesin
2012-10-08
1
-1
/
+1
*
i965/fs: Improve performance of copy/constant propagation.
Eric Anholt
2012-10-08
2
-18
/
+30
*
i965/fs: Move constant propagation to the same codebase as copy prop.
Eric Anholt
2012-10-08
3
-165
/
+124
*
i965: Remove the old ARB_fragment_program backend.
Eric Anholt
2012-10-08
9
-4810
/
+0
*
i965: Replace brw_wm_* with dumping code into the fs_visitor.
Eric Anholt
2012-10-08
10
-109
/
+860
*
i965: Reduce maximum GL_ARB_fragment_program instruction count to 1024.
Eric Anholt
2012-10-08
1
-4
/
+4
*
i965/fs: Add a couple more algebraic cases that help some ARB_fp patterns.
Eric Anholt
2012-10-08
1
-0
/
+23
*
i965/fs: Pull ir_binop_min/ir_binop_max handling to a separate function.
Eric Anholt
2012-10-08
2
-31
/
+23
*
i965/fs: Refactor rectangle/GL_CLAMP texture coordinate adjustment.
Eric Anholt
2012-10-08
2
-21
/
+16
*
i965/fs: Pass fragment depth to the fb write as a fs_reg, not an ir_variable.
Eric Anholt
2012-10-08
2
-7
/
+4
*
mesa: Note that OPCODE_RFL is not part of ARB_fp (it's NV_fp only).
Eric Anholt
2012-10-08
1
-1
/
+1
*
st/wgl: Don't cache HDC anywhere.
José Fonseca
2012-10-08
4
-11
/
+12
*
meta: Make shader template literal strings be parameters to asprintf
Ian Romanick
2012-10-07
1
-25
/
+18
*
meta: Always enable GL_EXT_texture_array in mipmap shader
Ian Romanick
2012-10-07
1
-7
/
+2
*
meta: Since mipmap output type is always vec4, don't sprintf it
Ian Romanick
2012-10-07
1
-2
/
+2
*
meta: Don't use GLSL 1.30 shader on OpenGL ES 2
Ian Romanick
2012-10-07
1
-1
/
+1
*
meta: Rearrange shader creation in setup_glsl_generate_mipmap
Ian Romanick
2012-10-07
1
-42
/
+43
*
meta: Remove unsafe global mem_ctx pointer
Ian Romanick
2012-10-07
1
-1
/
+1
*
i915g: Call draw_set_mapped_vertex_buffer from draw_vbo
Stéphane Marchesin
2012-10-06
2
-15
/
+17
*
r600g: fix possible issue with stencil mipmap rendering
Marek Olšák
2012-10-06
1
-1
/
+12
*
r600g: ensure PERFECT_ZPASS+NOOP_CULL_DISABLE are 0 for blits+decompression
Marek Olšák
2012-10-06
1
-23
/
+22
*
r600g: don't modify pipe_resource in resource_copy_region, fixing race condition
Marek Olšák
2012-10-06
5
-161
/
+139
*
r600g: fix streamout on RS780 and RS880
Marek Olšák
2012-10-06
2
-7
/
+14
*
gallium: allow debug helpers in the release build
Marek Olšák
2012-10-06
1
-8
/
+0
*
mesa: remove the driverCtx parameter to _mesa_create/initialize_context()
Brian Paul
2012-10-05
10
-21
/
+13
*
mesa: remove unused gl_context::DriverCtx field
Brian Paul
2012-10-05
3
-4
/
+0
*
radeon/r200: remove use of gl_context::DriverCtx field
Brian Paul
2012-10-05
4
-8
/
+16
[next]