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
*
nouveau: don't assume libdrm include prefix
Jonathan Gray
2014-03-20
1
-1
/
+1
*
nouveau: there may not have been a texture if the fbo was incomplete
Ilia Mirkin
2014-03-19
1
-1
/
+2
*
nouveau: add forgotten GL_COMPRESSED_INTENSITY to texture format list
Ilia Mirkin
2014-03-19
1
-0
/
+1
*
mesa/main: condition GL_DEPTH_STENCIL on ARB_depth_texture
Ilia Mirkin
2014-03-19
1
-8
/
+3
*
i965: Drop some more dead code from the old CACHED_BATCH feature.
Eric Anholt
2014-03-18
4
-38
/
+0
*
i965: Drop special case for edgeflag thanks to Marek's change to core.
Eric Anholt
2014-03-18
1
-9
/
+0
*
mesa: include stdbool.h in register_allocate.h to fix build
Brian Paul
2014-03-18
1
-0
/
+2
*
i965: Enable EWA anisotropic filtering algorithm
Ian Romanick
2014-03-18
1
-0
/
+1
*
i965: Actually initialize simd16_unsupported and no16_msg.
Kenneth Graunke
2014-03-18
1
-0
/
+2
*
i965/upload: Refactor open-coded ALIGN-like computations.
Kenneth Graunke
2014-03-18
1
-3
/
+9
*
i965: Fix indentation in brw_upload_indices().
Kenneth Graunke
2014-03-18
1
-19
/
+19
*
i965: Consolidate code for setting brw->ib.start_vertex_offset.
Kenneth Graunke
2014-03-18
1
-9
/
+6
*
i965: Allocate register sets at screen creation, not context creation.
Kenneth Graunke
2014-03-18
6
-88
/
+88
*
i965: Allocate the screen using ralloc rather than calloc.
Kenneth Graunke
2014-03-18
1
-2
/
+3
*
ra: Convert another bool array to bitsets.
Eric Anholt
2014-03-18
1
-6
/
+7
*
ra: Use a bitset for storing which registers belong to a class.
Kenneth Graunke
2014-03-18
1
-5
/
+10
*
ra: Create a reg_belongs_to_class() helper function.
Kenneth Graunke
2014-03-18
1
-2
/
+11
*
ra: Use bool instead of GLboolean.
Kenneth Graunke
2014-03-18
2
-28
/
+29
*
i965: Accurately bail on SIMD16 compiles.
Kenneth Graunke
2014-03-18
3
-34
/
+82
*
i965/fs: Support pull parameters in SIMD16 mode.
Kenneth Graunke
2014-03-18
2
-11
/
+13
*
i965/fs: Use a single instance of the pull_constant_loc[] array.
Kenneth Graunke
2014-03-18
2
-28
/
+6
*
i965/fs: Don't renumber UNIFORM registers.
Kenneth Graunke
2014-03-18
3
-118
/
+86
*
i965/fs: Split pull parameter decision making from mechanical demoting.
Kenneth Graunke
2014-03-18
2
-33
/
+40
*
i965/fs: Record pull constant locations for all array elements.
Kenneth Graunke
2014-03-18
1
-2
/
+2
*
i965/fs: Save push constant location information.
Kenneth Graunke
2014-03-18
3
-2
/
+12
*
i965/fs: Delete dead code to fail compiles with SIMD16 pull parameters.
Kenneth Graunke
2014-03-18
1
-5
/
+0
*
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
[next]