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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Move hiz resolve to after renderbuffer resizing (v2)
Chad Versace
2012-08-27
1
-4
/
+5
*
i965: Remove redundant null check
Chad Versace
2012-08-27
1
-2
/
+1
*
i965: Rewrite the comment describing the query object support.
Eric Anholt
2012-08-26
1
-10
/
+12
*
i965/gen6+: Add support for GL_ARB_timer_query.
Eric Anholt
2012-08-26
4
-0
/
+62
*
i965: Add support for GL_ARB_occlusion_query2.
Eric Anholt
2012-08-26
1
-0
/
+1
*
i965: Fix accumulator_contains() test to also reject swizzles of the dst.
Eric Anholt
2012-08-26
1
-1
/
+1
*
dri: Remove image write function
Jakob Bornecrantz
2012-08-26
2
-29
/
+0
*
i965: Don't set iz_lookup the FS precompile's program key on Gen6+.
Kenneth Graunke
2012-08-25
1
-7
/
+10
*
i965/fs: Fix INTEL_DEBUG=perf program key printing.
Kenneth Graunke
2012-08-25
1
-18
/
+18
*
mesa: Use a new, more specific hook for shader uniform changes.
Kenneth Graunke
2012-08-25
1
-0
/
+8
*
i965: Use linker-assigned sampler IDs in instruction encoding.
Kenneth Graunke
2012-08-25
5
-35
/
+74
*
i965: Add a "sampler state index" parameter to update_sampler_state().
Kenneth Graunke
2012-08-25
3
-14
/
+15
*
i965: Un-hardcode WM binding table from update_texture_surface.
Kenneth Graunke
2012-08-25
3
-20
/
+31
*
i965/vs: Rename "sampler" to "texunit" in texturing code.
Kenneth Graunke
2012-08-25
1
-5
/
+5
*
i965/fs: Rename "sampler" to "texunit" in texturing code.
Kenneth Graunke
2012-08-25
1
-14
/
+14
*
i965/fs: Remove unused 'sampler' parameter in emit_texture_genX().
Kenneth Graunke
2012-08-25
2
-15
/
+9
*
i965: Set SWIZZLE_NOOP for unused texture units in the program keys.
Kenneth Graunke
2012-08-25
1
-3
/
+2
*
i965: Remove four and a half year old TODO comments about samplers.
Kenneth Graunke
2012-08-25
2
-8
/
+0
*
i965: Fix brw_link_shader to return false rather than NULL.
Kenneth Graunke
2012-08-25
1
-1
/
+1
*
mesa: add texture target field to ChooseTextureFormat() driver hook
Brian Paul
2012-08-24
5
-3
/
+8
*
xlib: remove texture compression hackery
Brian Paul
2012-08-24
3
-29
/
+0
*
build: Only add links to .so files if we're building them
Matt Turner
2012-08-24
2
-0
/
+4
*
build: Add libOSMesa.so.$(VERSION) link to libdir
Matt Turner
2012-08-24
1
-0
/
+1
*
build: Replace OSMESA_VERSION with generic VERSION_NUMBER
Matt Turner
2012-08-24
1
-1
/
+1
*
i965: don't clear resolve map when doing fast depth clears.
Paul Berry
2012-08-24
1
-4
/
+2
*
i965/HiZ: remove assertion from intel_resolve_map_set().
Paul Berry
2012-08-24
1
-3
/
+3
*
mesa: new _mesa_num_tex_faces() helper
Brian Paul
2012-08-24
4
-8
/
+9
*
i965/msaa: Add sample-alpha-to-coverage support for multiple render targets
Anuj Phogat
2012-08-23
4
-2
/
+43
*
meta: Don't modify GL_GENERATE_MIPMAP state when it doesn't exist
Ian Romanick
2012-08-23
1
-2
/
+6
*
build/x11: Force usage of C++ linker
Matt Turner
2012-08-22
1
-0
/
+3
*
build/x11: Don't link against shared-glapi
Matt Turner
2012-08-22
1
-4
/
+0
*
i965: Fix bug in the old FS backend's projtex() calculation.
Eric Anholt
2012-08-17
1
-3
/
+1
*
build: Remove -shared from OSMesa's LDFLAGS
Matt Turner
2012-08-16
1
-1
/
+1
*
meta: remove unused variable
Brian Paul
2012-08-16
1
-1
/
+1
*
i965: add ARB_texture_rgb10_a2ui support
Jordan Justen
2012-08-14
2
-0
/
+2
*
meta: allow CopyTexSubImage on integer formats
Jordan Justen
2012-08-14
1
-6
/
+10
*
intel: Fix rendering to a multisample front buffer
Chad Versace
2012-08-14
1
-0
/
+10
*
intel: Clean up intel_flush_front
Chad Versace
2012-08-14
1
-4
/
+5
*
intel: Refactor intel_downsample_for_dri2_flush
Chad Versace
2012-08-14
3
-30
/
+34
*
dri_util: Compare against the correct API enums
Ian Romanick
2012-08-14
1
-2
/
+2
*
intel: Implement ARB_texture_storage
Ian Romanick
2012-08-14
2
-0
/
+27
*
i965: Fix the scaling of seconds to ms in perf debug.
Eric Anholt
2012-08-13
2
-2
/
+2
*
i965: Validate API and version in brwCreateContext
Ian Romanick
2012-08-13
3
-5
/
+46
*
i915: Validate API and version in i915CreateContext
Ian Romanick
2012-08-13
3
-1
/
+40
*
i830: Validate API and version before calling i830CreateContext
Ian Romanick
2012-08-13
1
-0
/
+18
*
intel: In the i915 driver, the chipset cannot be i965
Ian Romanick
2012-08-13
1
-8
/
+5
*
dri: Pass API_OPENGL_CORE through to the drivers
Ian Romanick
2012-08-13
6
-20
/
+100
*
intel: Reserve enough space to finish occlusion queries on Gen6.
Kenneth Graunke
2012-08-12
2
-1
/
+15
*
intel: Move finish_batch() call before MI_BATCH_BUFFER_END and padding.
Kenneth Graunke
2012-08-12
1
-3
/
+3
*
i965: Add perf debug for stalls during shader compiles.
Eric Anholt
2012-08-12
4
-2
/
+45
[next]