index
:
external_mesa3d.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
intel
/
intel_context.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove leftover __DRI{screen,drawable,context}Private references
Kristian Høgsberg
2010-01-04
1
-5
/
+5
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2009-12-31
1
-4
/
+4
|
\
|
*
intel: Silence compiler warnings.
Vinson Lee
2009-12-28
1
-4
/
+4
*
|
intel: Replace some gen3 IS_* checks with context structure usage.
Eric Anholt
2009-12-22
1
-0
/
+1
*
|
intel: Replace IS_G4X() across the driver with context structure usage.
Eric Anholt
2009-12-22
1
-0
/
+4
*
|
intel: Replace IS_IGDNG checks with intel->is_ironlake or needs_ff_sync.
Eric Anholt
2009-12-22
1
-0
/
+2
*
|
intel: Remove non-GEM support.
Eric Anholt
2009-11-19
1
-6
/
+0
*
|
intel: Remove dead intel_context members and move some packing around.
Eric Anholt
2009-11-19
1
-9
/
+1
*
|
intel: Remove our special color packing macros and just use colormac.h.
Eric Anholt
2009-11-19
1
-23
/
+0
*
|
intel: Pack colors for blit at blit time, rather than at ClearColor.
Eric Anholt
2009-11-19
1
-4
/
+0
*
|
i915: Remove dead meta_draw_quad code.
Eric Anholt
2009-11-19
1
-8
/
+0
|
/
*
intel: Remove some dead context structure fields.
Eric Anholt
2009-11-13
1
-2
/
+0
*
i965: Use bo_map instead of subdata to upload the bits of constant buffer.
Eric Anholt
2009-11-13
1
-0
/
+21
*
intel: Use PIPE_CONTROL on gen4 hardware for doing pipeline flushing.
Eric Anholt
2009-11-06
1
-2
/
+0
*
Make a convenient int for what chipset generation we're on.
Eric Anholt
2009-11-06
1
-0
/
+5
*
i915: Implement min/max LOD clamping with the hardware.
Eric Anholt
2009-10-29
1
-0
/
+13
*
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-10-22
1
-2
/
+8
|
\
|
*
intel: define INTEL_FALLBACK_DRIVER for drivers
Brian Paul
2009-10-22
1
-0
/
+1
|
*
intel: Fallback field is a bitmask, use GLbitfield
Brian Paul
2009-10-22
1
-2
/
+7
*
|
i915: Add optional support for ARB_fragment_shader under a driconf option.
Eric Anholt
2009-10-01
1
-1
/
+0
*
|
intel: Remove some dead metaops code.
Eric Anholt
2009-09-28
1
-3
/
+0
|
/
*
intel: Add support for ARB_sync.
Eric Anholt
2009-09-03
1
-0
/
+8
*
intel: in intel_context struct use typedef for sarea struct
Tobias Doerffel
2009-08-14
1
-1
/
+1
*
intel: minor context comments
Brian Paul
2009-08-07
1
-1
/
+5
*
intel: Wait on the last swapbuffers to complete before queuing a new one.
Eric Anholt
2009-08-03
1
-0
/
+1
*
intel/radeon: add common metaops code.
Dave Airlie
2009-07-15
1
-31
/
+2
*
intel: Move note_unlock() implementation to the one place it's needed.
Eric Anholt
2009-06-29
1
-1
/
+0
*
intel: Also get the DRI2 front buffer when doing front buffer reading.
Eric Anholt
2009-06-19
1
-0
/
+8
*
i915: Add an option for testing the effect of early Z in classic mode.
Eric Anholt
2009-06-09
1
-0
/
+1
*
intel: Add support for tiled textures.
Eric Anholt
2009-06-04
1
-0
/
+2
*
i915: Don't rely on fence regs when we don't have to.
Eric Anholt
2009-06-04
1
-0
/
+3
*
i915: Fall back on NPOT textured metaops on 830-class.
Eric Anholt
2009-05-26
1
-0
/
+6
*
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-05-13
1
-0
/
+8
|
\
|
*
intel: create a private gl_array_object for intel_clear_tris(), fix bug 21638
Brian Paul
2009-05-13
1
-0
/
+8
*
|
intel: Add a metaops version of glGenerateMipmapEXT/SGIS_generate_mipmaps.
Eric Anholt
2009-05-08
1
-0
/
+2
*
|
intel: Put the constant texcoords used in metaops into a vbo.
Eric Anholt
2009-05-08
1
-0
/
+8
|
/
*
intel: Add support for argb1555, argb4444 FBOs and fix rgb565 fbo readpixels.
Eric Anholt
2009-04-16
1
-0
/
+3
*
intel / DRI2: Track and flush front-buffer rendering
Ian Romanick
2009-04-09
1
-0
/
+18
*
intel: Avoid dri2 GetBuffers round-trips for internal Viewport calls.
Eric Anholt
2009-04-06
1
-0
/
+1
*
intel: Add always_flush_batch driconf option for making small batchbuffers.
Eric Anholt
2009-03-05
1
-0
/
+1
*
intel: Add always_flush_cache driconf option for debugging cache flush failure.
Eric Anholt
2009-03-05
1
-0
/
+1
*
i965: Remove dead flushing code.
Eric Anholt
2009-03-05
1
-1
/
+0
*
i965: add software fallback for conformant 3D textures and GL_CLAMP
Robert Ellison
2009-03-04
1
-1
/
+6
*
intel: move some driver functions around
Brian Paul
2009-01-26
1
-1
/
+0
*
intel: save/restore GL matrix mode in intel_meta_set_passthrough_transform(),...
Brian Paul
2009-01-26
1
-0
/
+1
*
intel: move intelInitExtensions() and related code into new intel_extensions.c
Brian Paul
2009-01-26
1
-1
/
+0
*
intel: Share passthrough transform setup between glBitmap and glDrawPixels.
Eric Anholt
2008-12-31
1
-0
/
+3
*
intel: Add support for glBitmap as metaops using GL calls.
Eric Anholt
2008-12-31
1
-0
/
+10
*
Remove third buffer support from Mesa.
Dave Airlie
2008-12-23
1
-1
/
+0
*
intel: restore old vertex submit paths for i8xx hardware.
Dave Airlie
2008-12-02
1
-0
/
+1
[next]