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
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeon: silence unused var warnings
Brian Paul
2011-11-10
1
-3
/
+3
*
radeon: fix tex1d-border2d
Dave Airlie
2011-11-10
1
-31
/
+33
*
radeon: fix 3-coordinate swtcl emission
Dave Airlie
2011-11-10
1
-0
/
+8
*
i965: Claim to support rendering to integer FBOs.
Eric Anholt
2011-11-09
2
-1
/
+13
*
i965/fs: Add support for user-defined out variables.
Eric Anholt
2011-11-09
2
-35
/
+39
*
i965/fs: Preserve the source register type when doing color writes.
Eric Anholt
2011-11-09
1
-4
/
+7
*
i965: Make brw_type_for_base_type return the element type for arrays.
Eric Anholt
2011-11-09
1
-0
/
+1
*
i965: Enable ChooseTexFormat for supported GL_EXT_texture_integer formats.
Eric Anholt
2011-11-09
1
-0
/
+30
*
i965: Add mapping from MESA_FORMAT to BRW_SURFACEFORMAT for integer.
Eric Anholt
2011-11-09
1
-0
/
+24
*
intel: Expose GL_EXT_texture_integer when GL 3.0 override is set.
Eric Anholt
2011-11-09
1
-0
/
+10
*
i965: Add support for 16-bit unorm L, A, and I textures.
Eric Anholt
2011-11-09
2
-1
/
+8
*
intel: Don't _mesa_problem when asked for an RB of a texturing-only type.
Eric Anholt
2011-11-09
2
-2
/
+11
*
r200: remove dangling radeon.h symlink.
Paul Berry
2011-11-09
1
-1
/
+0
*
i965: Move _mesa_ir_link_shader call before device-specific linking
Ian Romanick
2011-11-07
1
-3
/
+3
*
mesa: fix comment typo in intel_renderbuffer
Brian Paul
2011-11-07
1
-1
/
+1
*
intel: update intel_texture_image comment
Brian Paul
2011-11-07
1
-1
/
+1
*
intel: wrap comment and fix typo
Brian Paul
2011-11-07
1
-2
/
+2
*
i965: Fix Sandybridge regression introduced by workaround-free math.
Kenneth Graunke
2011-11-07
1
-1
/
+1
*
i965: Enable faster workaround-free math on Ivybridge.
Kenneth Graunke
2011-11-07
6
-17
/
+81
*
radeon: cleanup radeon shared code after r300 and r600 classic drivers removal
Fabio Pedretti
2011-11-07
9
-956
/
+39
*
i965: Fix struct vs class warnings in brw_fs_vector_splitting.cpp.
Kenneth Graunke
2011-11-06
1
-2
/
+2
*
dri: cosmetic
George Sapountzis
2011-11-04
2
-65
/
+42
*
dri_util: move drawable functions
George Sapountzis
2011-11-04
1
-27
/
+26
*
dri_util: move context functions
George Sapountzis
2011-11-04
1
-35
/
+36
*
dri_util: move context functions
George Sapountzis
2011-11-04
1
-86
/
+86
*
dri_util: move screen functions
George Sapountzis
2011-11-04
1
-100
/
+100
*
dri: drop stray includes and typedef
George Sapountzis
2011-11-04
1
-11
/
+0
*
dri: move __driUtilMessage to xmlconfig.c
George Sapountzis
2011-11-04
4
-30
/
+23
*
dri: drop drisw_util.h
George Sapountzis
2011-11-04
4
-141
/
+9
*
dri: reorder as driver,screen,context,drawable
George Sapountzis
2011-11-04
1
-65
/
+65
*
dri: unify __DRIcontextRec, __DRIdrawableRec
George Sapountzis
2011-11-04
2
-19
/
+18
*
dri: unify __DRIscreenRec
George Sapountzis
2011-11-04
11
-62
/
+50
*
dri: unify __DriverAPIRec
George Sapountzis
2011-11-04
6
-46
/
+27
*
dri: drop drmLock remnants
George Sapountzis
2011-11-04
1
-3
/
+1
*
radeon/r200: strip texture borders.
Dave Airlie
2011-11-04
2
-0
/
+4
*
radeon/r200: fix r100/r200 blit to use the offsets.
Dave Airlie
2011-11-04
2
-4
/
+4
*
radeon: drop mtface/mtlevel, use ones in base class.
Dave Airlie
2011-11-04
3
-18
/
+9
*
i965/gen6: Improve glReadPixels() performance by blitting to a linear temp.
Eric Anholt
2011-11-03
2
-8
/
+81
*
intel: Add safety asserts for the blit engine's pitch alignment requirements.
Eric Anholt
2011-11-03
1
-0
/
+6
*
intel: Don't force a batchbuffer flush in readpixels.
Eric Anholt
2011-11-03
3
-3
/
+12
*
radeon: Remove early dereference of src/dst width in glCopyTexSubImage.
Eric Anholt
2011-11-03
1
-6
/
+2
*
radeon: Fix variable initialization typo.
Vinson Lee
2011-11-03
1
-1
/
+1
*
i965: Fix constant propagation into 32-bit integer MUL.
Paul Berry
2011-11-03
2
-2
/
+15
*
radeon: Check an error return instead of assigning it to a dead variable.
Eric Anholt
2011-11-03
1
-5
/
+13
*
radeon: fix some regressions in texturing code.
Dave Airlie
2011-11-03
1
-6
/
+4
*
mesa, i965: prepare for more than 8 texture targets
Chia-I Wu
2011-11-03
1
-1
/
+1
*
driconf: updated german translation
Carl-Philip Haensch
2011-11-02
1
-8
/
+11
*
driconf: updated de.po
Carl-Philip Haensch
2011-11-02
1
-50
/
+88
*
i965: Add support for integral vertex attributes.
Paul Berry
2011-11-02
3
-4
/
+67
*
dri: Remove unused memops.h
Kristian Høgsberg
2011-11-02
2
-42
/
+0
[next]