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: mark GL_RGB9_E5 as not color-renderable
Marek Olšák
2014-03-15
1
-4
/
+0
*
st/mesa: remove _NEW_POLYGON dependency from vertex shader
Marek Olšák
2014-03-15
3
-11
/
+12
*
st/mesa: implement zero-stride edge flag by culling primitives
Marek Olšák
2014-03-15
3
-1
/
+17
*
st/mesa: fix per-vertex edge flags and GLSL support (v2)
Marek Olšák
2014-03-15
2
-7
/
+6
*
i965/fs: Invalidate live intervals when demoting uniforms to pull params.
Kenneth Graunke
2014-03-14
1
-0
/
+2
*
i965/fs: Print "+reladdr" on variably-indexed uniform arrays.
Kenneth Graunke
2014-03-14
1
-2
/
+5
*
i965: Fix register types in dump_instructions(), again.
Kenneth Graunke
2014-03-14
4
-4
/
+3
*
i965/fs: Fix register comparisons in saturate propagation.
Kenneth Graunke
2014-03-14
1
-0
/
+1
*
i965: Add support for GL_ARB_buffer_storage.
Eric Anholt
2014-03-14
2
-2
/
+8
*
i965: Always use CPU mappings for BOs on LLC platforms.
Eric Anholt
2014-03-14
1
-1
/
+1
*
i965: Drop the system-memory temporary allocations for flush explicit.
Eric Anholt
2014-03-14
2
-52
/
+58
*
i965: Switch mapping modes for non-explicit-flush blit-temporary maps.
Eric Anholt
2014-03-14
1
-3
/
+3
*
mesa: return v.value_int64 when the requested type is TYPE_INT64
Emil Velikov
2014-03-14
1
-3
/
+3
*
i965: Fix build warning of unused variable
Anuj Phogat
2014-03-14
1
-2
/
+0
*
Add the EGL_MESA_configless_context extension
Neil Roberts
2014-03-12
4
-32
/
+68
*
Fix the initial value of glDrawBuffers for GLES
Neil Roberts
2014-03-12
1
-1
/
+3
*
Use the magic behaviour of GL_BACK in GLES 1 and 2 as well as 3
Neil Roberts
2014-03-12
1
-1
/
+6
*
mesa: Release gl_debug_state when destroying context.
Mike Stroyan
2014-03-12
1
-1
/
+4
*
meta: Always restore the framebuffers and current renderbuffer.
Eric Anholt
2014-03-11
3
-21
/
+17
*
i965: Drop intel_check_front_buffer_rendering().
Eric Anholt
2014-03-11
6
-27
/
+0
*
i965: Drop broken front_buffer_reading/drawing optimization.
Eric Anholt
2014-03-11
5
-42
/
+44
*
intel: When checking for updating front buffer reading, use the right fb.
Eric Anholt
2014-03-11
2
-2
/
+2
*
automake: allow only shared builds
Emil Velikov
2014-03-11
2
-4
/
+0
*
automake: create compat symlinks only for linux systems
Emil Velikov
2014-03-11
1
-0
/
+2
*
configure: use LIB_EXT rather than hardcoded .so
Emil Velikov
2014-03-11
1
-12
/
+12
*
automake: do not use symbols names for static glapi.la
Emil Velikov
2014-03-11
1
-3
/
+3
*
automake: use install-lib-links.mk across all classic mesa
Emil Velikov
2014-03-11
2
-13
/
+2
*
automake: use only the folder name if it's a subfolder of the present one
Emil Velikov
2014-03-11
1
-2
/
+2
*
automake: silence folder creation
Emil Velikov
2014-03-11
2
-3
/
+3
*
automake: use MKDIR_P when possible
Emil Velikov
2014-03-11
1
-1
/
+1
*
gallium: allow setting of the internal stream output offset
Zack Rusin
2014-03-07
5
-11
/
+17
*
meta: use non-ARB shader/program create/delete functions
Brian Paul
2014-03-10
2
-30
/
+30
*
mesa: s/GLhandleARB/GLuint/ for glGetUniform functions
Brian Paul
2014-03-10
3
-25
/
+25
*
mesa: rename MESA_FORMAT_X8Z24_UNORM -> MESA_FORMAT_X8_UINT_Z24_UNORM
Brian Paul
2014-03-10
11
-24
/
+24
*
mesa: reorder MESA_FORMAT enums
Brian Paul
2014-03-10
4
-1530
/
+1459
*
mesa: trim down format.h comments
Brian Paul
2014-03-10
1
-169
/
+0
*
i965/vec4: Don't fix-up scalar uniforms for 3 src instructions.
Matt Turner
2014-03-10
1
-0
/
+3
*
i965: Disassemble 3 src instructions' rep_ctrl field.
Matt Turner
2014-03-10
2
-6
/
+24
*
i965: Disassemble 3-src operands widths' correctly.
Matt Turner
2014-03-10
4
-38
/
+38
*
i965: Move binding table update packets to binding table setup time.
Eric Anholt
2014-03-10
7
-39
/
+17
*
i965: Reorganize the code in brw_upload_binding_tables.
Kenneth Graunke
2014-03-10
1
-17
/
+18
*
mesa/glsl: introduce a remap table for uniform locations
Tapani Pälli
2014-03-10
4
-37
/
+43
*
mesa: remove _mesa_symbol_table_iterator structure
Tapani Pälli
2014-03-10
2
-99
/
+0
*
automake: make clean the correct git_sha1.h.tmp
Emil Velikov
2014-03-08
1
-1
/
+1
*
scons: Add drivers/common/meta_generate_mipmap.c to src/mesa/SConscript.
Vinson Lee
2014-03-07
1
-1
/
+2
*
meta: Support GenerateMipmaps on 1DArray textures.
Kenneth Graunke
2014-03-07
1
-9
/
+33
*
meta: Use srcWidth/Height/Depth rather than srcImage->Width and such.
Kenneth Graunke
2014-03-07
1
-3
/
+3
*
meta: Support GenerateMipmaps on 2DArray textures.
Kenneth Graunke
2014-03-07
1
-35
/
+34
*
meta: Add a 'layer' argument to bind_fbo_image().
Kenneth Graunke
2014-03-07
1
-9
/
+11
*
meta: Refactor code for binding a texture image to the FBO.
Kenneth Graunke
2014-03-07
1
-46
/
+35
[next]