index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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
...
*
intel: Add HiZ operations to intel_context::vtbl for all drivers
Chad Versace
2011-10-18
2
-0
/
+18
*
intel: Convert from GLboolean to 'bool' from stdbool.h.
Kenneth Graunke
2011-10-18
14
-142
/
+138
*
i915,i830: Remove dead HiZ assertions in *update_draw_buffer()
Chad Versace
2011-10-07
2
-4
/
+0
*
configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles.
Stéphane Marchesin
2011-10-04
1
-1
/
+1
*
i915: don't include texstore.h
Brian Paul
2011-10-03
1
-1
/
+0
*
i915: out-of-bounds write in calc_live_regs()
Chris Wilson
2011-09-30
1
-4
/
+4
*
intel: Rename region->buffer to region->bo, and remove accessor function.
Eric Anholt
2011-09-26
4
-12
/
+12
*
intel: Remove pointless boolean return value from *_miptree_layout.
Kenneth Graunke
2011-09-23
1
-6
/
+2
*
mesa: Replace _mesa_rgba_logicop_enabled(ctx) with ctx->Color.ColorLogicOpEna...
Ian Romanick
2011-09-19
2
-2
/
+2
*
intel: Silence several "warning: unused parameter"
Ian Romanick
2011-09-09
1
-26
/
+14
*
intel: add support for __DRI_IMAGE_FORMAT_ABGR8888
Chia-I Wu
2011-09-09
1
-0
/
+2
*
intel: rename intel_extensions_es2.c to intel_extensions_es.c
Chia-I Wu
2011-09-01
3
-2
/
+2
*
i915: build i915_dri.so for Android
Chia-I Wu
2011-09-01
1
-0
/
+59
*
i915: factor our source lists into Makefile.sources
Chia-I Wu
2011-09-01
2
-47
/
+53
*
mesa: Replace the EmitNoIfs compiler flag with a MaxIfDepth flag.
Bryan Cain
2011-08-31
1
-1
/
+1
*
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
[prev]
[next]