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
/
dri
/
i915
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa/tnl_dd: Remove unused header file t_dd_rendertmp.h
Ian Romanick
2011-08-26
1
-4
/
+3
*
i830: Add missing vtable entry for i830 from the hiz work.
Carl Simonson
2011-08-10
1
-0
/
+7
*
intel: Fix warnings from gl_constant_parameter changes.
Eric Anholt
2011-08-05
1
-4
/
+2
*
i915: Only emit program errors when INTEL_DEBUG=wm or INTEL_DEBUG=fallbacks
Ian Romanick
2011-08-02
1
-6
/
+8
*
i915: Fail without crashing if a Mesa IR program uses too many registers
Ian Romanick
2011-08-02
1
-2
/
+13
*
i915: Simplify intel_wpos_* with a helper function.
Eric Anholt
2011-07-18
2
-46
/
+27
*
i915: Include gl_FragCoord.w data, not just xyz.
Eric Anholt
2011-07-18
1
-3
/
+3
*
i915: Add support for HW rendering with no color draw buffer.
Eric Anholt
2011-07-18
1
-51
/
+51
*
i915: Fix incorrect depth scaling when enabling/disabling depth buffers.
Eric Anholt
2011-07-18
1
-24
/
+19
*
i915: Make stencil test for no-stencil handling match depth test.
Eric Anholt
2011-07-18
2
-23
/
+12
*
i915: Disable the depth test whenever we don't have a depth buffer.
Eric Anholt
2011-07-18
2
-2
/
+8
*
i915: Remove i965 paths from i915_update_drawbuffer() and i830's too.
Eric Anholt
2011-07-18
2
-111
/
+20
*
intel: Move intel_draw_buffers() code into each driver.
Eric Anholt
2011-07-18
2
-0
/
+402
*
Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa
Stéphane Marchesin
2011-07-13
7
-7
/
+25
|
\
|
*
i915: Add support for gl_FragData[0] for output color.
Eric Anholt
2011-07-12
1
-0
/
+1
|
*
i915: Fix NPOT compressed textures on 915.
Eric Anholt
2011-07-12
1
-2
/
+2
|
*
i915: Fix depth texturing since 86e62b2357447b7c97f434be4834f4b50aa0764d
Eric Anholt
2011-07-12
1
-0
/
+1
|
*
i915: Use _mesa_get_format_name to describe translate_tex_format() fail.
Eric Anholt
2011-07-12
2
-2
/
+4
|
*
i915: Fix map/unmap mismatches from leaving INTEL_FALLBACK during TNL.
Eric Anholt
2011-07-12
1
-0
/
+13
|
*
intel: Make our context structure be a ralloc context.
Eric Anholt
2011-07-11
2
-3
/
+4
*
|
Revert "i915: Eliminate redundant CONSTANTS updates"
Stéphane Marchesin
2011-07-07
1
-26
/
+25
|
/
*
intel: Rely on intel_region_reference()'s support of *dst != NULL.
Eric Anholt
2011-07-07
2
-4
/
+0
*
i965: Don't bother telling swrast_setup about state updates until fallback.
Eric Anholt
2011-06-24
2
-0
/
+4
*
i965: Don't bother telling tnl about state updates unless we fall back.
Eric Anholt
2011-06-24
2
-0
/
+17
*
i915: Drop dead argument to translate_texture_format().
Eric Anholt
2011-06-14
2
-6
/
+3
*
intel: Move the draw_x/draw_y to the renderbuffer where it belongs.
Eric Anholt
2011-06-13
2
-20
/
+36
*
dri/nouveau: Fix build with --enable-shared-dricore.
Johannes Obermayr
2011-06-02
1
-1
/
+3
*
intel: Add is_hiz_depth_format() to intel_contex.vtbl
Chad Versace
2011-05-25
1
-0
/
+9
*
intel: Add support for ARB_sampler_objects.
Eric Anholt
2011-04-23
2
-31
/
+35
*
i915: Gut all remaining bits of hardware fog
Ian Romanick
2011-04-21
4
-107
/
+13
*
i915: i915_context::vertex_fog is always I915_FOG_NONE, so kill it
Ian Romanick
2011-04-21
3
-8
/
+1
*
i915: There's always a fragment program
Ian Romanick
2011-04-21
1
-26
/
+5
*
i915: Delete disabled try_pixel_fog paths
Ian Romanick
2011-04-21
1
-55
/
+0
*
i915: gl_fragment_program::FogOption is always GL_NONE so don't check it
Ian Romanick
2011-04-21
2
-11
/
+2
*
mesa: move sampler state into new gl_sampler_object type
Brian Paul
2011-04-10
2
-31
/
+31
*
intel: fix build
Marek Olšák
2011-03-29
1
-1
/
+1
*
i915: Detect allocation failure of batch buffer
Chris Wilson
2011-03-29
1
-0
/
+4
*
mesa: implement clamping controls (ARB_color_buffer_float)
Marek Olšák
2011-03-29
1
-1
/
+1
*
mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlines
Brian Paul
2011-03-11
2
-3
/
+5
*
i915: Only invert wpos when rendering to the system framebuffer.
Henri Verbeet
2011-03-07
1
-7
/
+15
*
i915: Derive the gl_fragment_program from i915_fragment_program.
Henri Verbeet
2011-03-07
1
-6
/
+5
*
i915: And remember assign the new value to the state reg...
Chris Wilson
2011-02-23
1
-0
/
+1
*
i915: Emit a single relocation per vbo
Chris Wilson
2011-02-21
5
-17
/
+45
*
i915: Suppress emission of redundant stencil updates
Chris Wilson
2011-02-21
1
-45
/
+55
*
i915: Separate BLEND from general context state.
Chris Wilson
2011-02-21
3
-22
/
+40
*
i915: Only flag context changes if the actual state is changed
Chris Wilson
2011-02-21
1
-49
/
+105
*
i915: suppress repeated sampler state emission
Chris Wilson
2011-02-21
2
-0
/
+11
*
i915: Eliminate redundant CONSTANTS updates
Chris Wilson
2011-02-21
1
-25
/
+26
*
intel: use pwrite for batch
Chris Wilson
2011-02-21
4
-33
/
+21
*
i915: Force lowering of all types of indirect array accesses in the FS
Ian Romanick
2011-02-10
1
-3
/
+11
[next]