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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ralloc: Use _vscprintf on MinGW.
José Fonseca
2011-11-01
1
-1
/
+7
*
svga: Fix potential buffer overflow in rs draw state.
José Fonseca
2011-10-31
4
-13
/
+19
*
llvmpipe: Remove unsed variables.
José Fonseca
2011-10-31
2
-6
/
+1
*
util: Add missing initializer.
José Fonseca
2011-10-31
1
-1
/
+1
*
i965: Fix flat integral varyings.
Paul Berry
2011-10-31
2
-3
/
+5
*
mesa: Add glsl_type::get_scalar_type() function.
Paul Berry
2011-10-31
2
-0
/
+34
*
i965/gen6+: Switch GLSL from ALT to IEEE floating point mode
Paul Berry
2011-10-31
4
-6
/
+26
*
glsl: Add isinf() and isnan() builtins.
Paul Berry
2011-10-31
4
-4
/
+34
*
glsl: Add '.ir' extension to builtin IR files
Paul Berry
2011-10-31
66
-3
/
+9
*
glsl: Fix copy-paste error in constant_expression_value(ir_binop_nequal)
Paul Berry
2011-10-31
1
-1
/
+1
*
docs: list GL_ARB_texture_storage in 7.12 release notes
Brian Paul
2011-10-31
1
-0
/
+1
*
mesa: add note about immutable textures for _mesa_test_texobj_completeness()
Brian Paul
2011-10-31
1
-0
/
+4
*
swrast: implement GL_ARB_texture_storage
Brian Paul
2011-10-31
4
-0
/
+43
*
st/mesa: implement GL_ARB_texture_storage
Brian Paul
2011-10-31
2
-0
/
+63
*
mesa: plug in dispatch functions for GL_ARB_texture_storage
Brian Paul
2011-10-31
1
-0
/
+9
*
mesa: compile new texstore.c file
Brian Paul
2011-10-31
2
-0
/
+2
*
mesa: init extension entry for GL_ARB_texture_storage
Brian Paul
2011-10-31
1
-0
/
+1
*
mesa: display list dispatch for GL_ARB_texture_storage
Brian Paul
2011-10-31
1
-0
/
+9
*
mesa: new glTexImage error checks for GL_ARB_texture_storage
Brian Paul
2011-10-31
1
-0
/
+34
*
mesa: glGetTexParameter support for GL_ARB_texture_storage
Brian Paul
2011-10-31
1
-0
/
+12
*
mesa: implement new functions for GL_ARB_texture_storage
Brian Paul
2011-10-31
2
-0
/
+463
*
glapi: regenerated API files for GL_ARB_texture_storage
Brian Paul
2011-10-31
11
-8990
/
+9581
*
glapi: new API specs for GL_ARB_texture_storage
Brian Paul
2011-10-31
3
-0
/
+70
*
mesa: add new driver hook for AllocTextureStorage()
Brian Paul
2011-10-31
1
-0
/
+9
*
mesa: add new fields for GL_ARB_texture_storage
Brian Paul
2011-10-31
1
-0
/
+2
*
svga: Flush the hwtnl primitives before writing to buffers.
José Fonseca
2011-10-31
5
-4
/
+62
*
st/xa: Plug a pipe context leak.
Thomas Hellstrom
2011-10-31
1
-0
/
+2
*
pipebuffer/debug: Fix a recursive mutex lock
Thomas Hellstrom
2011-10-31
1
-6
/
+3
*
radeon/r200: drop remains of r300/r600 support along with old drm 1.x kernel
Dave Airlie
2011-10-30
15
-553
/
+102
*
llvmpipe: fix a crash in non-SSE path
Chia-I Wu
2011-10-30
1
-1
/
+1
*
intel: enable GL_OES_draw_texture
Chia-I Wu
2011-10-30
1
-0
/
+1
*
meta: add _mesa_meta_DrawTex()
Chia-I Wu
2011-10-30
3
-0
/
+141
*
r600g: reset the render condition to NULL when rendering unconditionally
Marek Olšák
2011-10-30
1
-1
/
+5
*
r600g: shortcut ctx->screen->ws to ctx->ws
Marek Olšák
2011-10-30
5
-12
/
+15
*
i965: Remove the prepare() hook from state atoms.
Eric Anholt
2011-10-29
1
-1
/
+0
*
i965: Remove the memcpy()ed atoms array now that everything is emit()-based.
Eric Anholt
2011-10-29
2
-12
/
+9
*
i965: Merge brw_validate_state() and brw_upload_state() together.
Eric Anholt
2011-10-29
3
-19
/
+5
*
i965: Remove state upload code for calling prepare() now that there are none.
Eric Anholt
2011-10-29
1
-20
/
+3
*
i965: Remove some old texturing debug code.
Eric Anholt
2011-10-29
3
-21
/
+0
*
i965: Finally, move the global fallbacks check to emit() time.
Eric Anholt
2011-10-29
1
-1
/
+1
*
i965: Move index buffer upload to emit() time.
Eric Anholt
2011-10-29
1
-2
/
+2
*
i965: Do a hack job of merging VB prepare()/emit() together.
Eric Anholt
2011-10-29
1
-1
/
+2
*
i965: Move the WM input sizes calculation to emit() time.
Eric Anholt
2011-10-29
1
-1
/
+1
*
i965: Move program compile to emit() time.
Eric Anholt
2011-10-29
5
-9
/
+13
*
i965/gen4: Move CURBE offset calculation to emit() time.
Eric Anholt
2011-10-29
1
-1
/
+1
*
i965/gen4: Fold push constant prepare()/emit() together.
Eric Anholt
2011-10-29
1
-13
/
+9
*
i965/gen6: Move viewport state setup to emit() time.
Eric Anholt
2011-10-29
1
-4
/
+4
*
i965/gen4: Move URB fence recalculate to emit() time.
Eric Anholt
2011-10-29
1
-1
/
+1
*
i965: Fold the gen6/7 URB state prepare()/emit() together.
Eric Anholt
2011-10-29
2
-18
/
+6
*
i965: Move VS pull constant upload to emit() time.
Eric Anholt
2011-10-29
1
-2
/
+2
[next]