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
*
Fix fragment program fog problems found with Glean.
Brian Paul
2006-11-02
1
-1
/
+12
*
Call _mesa_problem() from i915_program_error() so we get a nice error message.
Brian Paul
2006-11-02
1
-4
/
+1
*
remove GetBufferSize = NULL; assignment
Brian Paul
2006-11-02
1
-1
/
+0
*
Use RGBA_LOGICOP_ENABLED() instead of ctx->Color._LogicOpEnabled since we often
Brian Paul
2006-11-02
2
-2
/
+2
*
Remove x/y/width/height parameters from Clear functions.
Brian Paul
2006-11-01
2
-5
/
+3
*
Don't use the x/y/width/height params passed to Clear(). Get them
Brian Paul
2006-11-01
4
-29
/
+58
*
fix compiler warnings
Keith Whitwell
2006-11-01
1
-0
/
+1
*
Patch from <
[email protected]
> -- pass program string
Keith Whitwell
2006-11-01
1
-0
/
+2
*
remove obsolete intelBufferSize(), bump driver date
Brian Paul
2006-10-17
1
-23
/
+2
*
Init _UseTexEnvProgram to fix failed assertion in i915_render_start() - this ...
Brian Paul
2006-10-16
1
-0
/
+1
*
Updates to intelWindowMoved():
Brian Paul
2006-10-16
1
-6
/
+8
*
minor clean-up: s/intel->driDrawable/dPriv/
Brian Paul
2006-10-15
1
-1
/
+1
*
Remove a bunch of "ctx->Driver.function = _swrast_Function" lines since
Brian Paul
2006-10-15
2
-13
/
+0
*
Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.
Brian Paul
2006-10-15
1
-1
/
+0
*
Use the mesa-provided texenv program rather than rolling our own.
Keith Whitwell
2006-10-10
4
-1
/
+21
*
i915: Fix wait for scheduled swap on secondary display.
Michel Dänzer
2006-09-29
1
-0
/
+5
*
Synchronize drawable to the pipe where the bigger part can be visible.
Michel Dänzer
2006-09-28
1
-0
/
+30
*
Add new I830 SAREA fields.
Michel Dänzer
2006-09-28
1
-0
/
+15
*
i915: Handle DRM_VBLANK_SECONDARY when scheduling buffer swaps.
Michel Dänzer
2006-09-28
1
-0
/
+4
*
i915: Attempt to schedule buffer swap on target vertical blank when possible.
Michel Dänzer
2006-09-28
2
-79
/
+122
*
Make driDrawableInitVBlank() initialize the sequence number.
Michel Dänzer
2006-09-28
1
-1
/
+2
*
fix the broken fallback string/debug stuff
Brian Paul
2006-09-22
1
-19
/
+44
*
remove extra indentation
Brian Paul
2006-09-22
1
-98
/
+98
*
Fix a leak of the screen's option cache on cleanup (copied from radeon).
Eric Anholt
2006-09-07
1
-0
/
+3
*
fix the presumably broken check for the allow_large_textures and vblank_mode ...
Roland Scheidegger
2006-09-01
3
-3
/
+3
*
remove unused var
Brian Paul
2006-08-28
1
-1
/
+0
*
fix the check for force_s3tc_enable (bug 8042)
Brian Paul
2006-08-28
1
-1
/
+1
*
Fix bug 8010 - locking issues.
Alan Hourihane
2006-08-26
1
-4
/
+2
*
Fix writemasks on texture arb fp instructions.
Alan Hourihane
2006-08-18
11
-38
/
+64
*
Some structure renaming. Prefix vertex/fragment-related structs with
Brian Paul
2006-07-20
3
-10
/
+10
*
Call _mesa_resize_framebuffer() within intelWindowMoved(). Fixes
Keith Whitwell
2006-06-15
1
-0
/
+6
*
fire vertices before context destruction.
Alan Hourihane
2006-06-12
1
-0
/
+1
*
Add const qualifiers in a number of places.
Brian Paul
2006-05-23
1
-1
/
+1
*
prototype i915_udpate_fog() to silence warning
Brian Paul
2006-05-23
1
-0
/
+1
*
updates to dri drivers for recent stencil changes
Keith Whitwell
2006-05-08
1
-1
/
+1
*
remove temporary code from keithw, this in theory isn't used at the moment
Dave Airlie
2006-05-05
1
-5
/
+0
*
Fix i915 driver after stencil changes in Mesa 6.5
Dave Airlie
2006-05-05
1
-1
/
+1
*
More GLSL code:
Michal Krol
2006-04-11
3
-31
/
+37
*
Fix some warnings on x86_64
Alan Hourihane
2006-04-07
8
-10
/
+16
*
update a couple MESA_FORMAT_Zxxx occurances
Brian Paul
2006-04-06
1
-2
/
+2
*
Replace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32-bit integer format.
Brian Paul
2006-04-06
1
-1
/
+1
*
add tiling/fence support for the miniglx driver
Dave Airlie
2006-04-05
2
-20
/
+292
*
don't waste the reserved memory, take an approximation of the pool
Dave Airlie
2006-04-05
1
-19
/
+89
*
We always have a back buffer. Fixes visual problems.
Alan Hourihane
2006-04-04
1
-1
/
+1
*
add miniglx sources to i915
Dave Airlie
2006-04-03
1
-1
/
+2
*
add pitch support and use new Width
Dave Airlie
2006-04-03
1
-2
/
+19
*
Don't index box by the box's index within numClipRects; just dereference it.
mesa_6_5
Eric Anholt
2006-04-01
1
-4
/
+4
*
Call driUpdateFramebufferSize when we've found an updated DRI drawable stamp,
Eric Anholt
2006-04-01
1
-0
/
+2
*
Dave Reveman's patch for GLX_MESA_copy_sub_buffer support
Brian Paul
2006-03-31
5
-17
/
+71
*
The pitches of the driRenderbuffers are in bytes, so no need to multiply by cpp.
Eric Anholt
2006-03-30
1
-3
/
+3
[next]