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
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeon: fix build.
Dave Airlie
2011-11-11
1
-1
/
+1
*
radeon: drop unused constant_cliprect field
Dave Airlie
2011-11-11
2
-2
/
+0
*
radeon: disable texobj state for 3d texture
Dave Airlie
2011-11-11
1
-0
/
+1
*
radeon: use meta bitmap
Dave Airlie
2011-11-11
1
-0
/
+1
*
radeon: fix bug with wrong stride being used for rectangluar textures.
Dave Airlie
2011-11-11
4
-6
/
+6
*
i965: remove #include of api_noop.h
Brian Paul
2011-11-11
1
-1
/
+0
*
xlib: set alpha to 0xff when mapping RGB pixmaps
Brian Paul
2011-11-11
1
-0
/
+11
*
i965: Make Gen6+ renderbuffer surface updates not depend on NEW_COLOR.
Kenneth Graunke
2011-11-10
3
-2
/
+12
*
i965: Reorder state atom lists so all the surface state is together.
Kenneth Graunke
2011-11-10
1
-16
/
+19
*
i965: Put a proper sampler count in 3DSTATE_VS.
Kenneth Graunke
2011-11-10
2
-3
/
+5
*
i965: Upload SAMPLER_STATE pointers for the VS on Ivybridge.
Kenneth Graunke
2011-11-10
1
-1
/
+7
*
i965: Move and rename "wm sampler" fields to just "sampler".
Kenneth Graunke
2011-11-10
9
-33
/
+37
*
i965: Clean up code for VS pull constant surface creation.
Kenneth Graunke
2011-11-10
3
-64
/
+20
*
i965: Use a single binding table for all pipeline stages.
Kenneth Graunke
2011-11-10
9
-85
/
+80
*
i965: Split brw_wm_surfaces state into renderbuffer and texture atoms.
Kenneth Graunke
2011-11-10
3
-15
/
+35
*
i965: Combine the two WM pull constant tracked state atoms.
Kenneth Graunke
2011-11-10
4
-59
/
+16
*
i965: Rename gen6_*_constants tracked state atoms to "push_constants".
Kenneth Graunke
2011-11-10
4
-8
/
+8
*
i965: Remove nr_surfaces computation from brw_update_wm_surfaces.
Kenneth Graunke
2011-11-10
1
-11
/
+1
*
i965: Use 0 for the number of binding table entries in 3DSTATE_(VS|WM).
Kenneth Graunke
2011-11-10
10
-50
/
+6
*
i965: Remove outdated comment about CACHE_NEW_SURF_BIND dirty bit.
Kenneth Graunke
2011-11-10
1
-2
/
+1
*
i965: Remove BRW_NEW_NR_VS_SURFACES dirty bit from brw_vs_surfaces.
Kenneth Graunke
2011-11-10
1
-1
/
+0
*
i965: Add missing CACHE_NEW_WM_PROG dirty bit to WM pull constants.
Kenneth Graunke
2011-11-10
1
-2
/
+3
*
i965: Use new vtable entries for surface state updating functions.
Kenneth Graunke
2011-11-10
4
-126
/
+13
*
i965: Add new vtable entries for surface state updating functions.
Kenneth Graunke
2011-11-10
5
-0
/
+49
*
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
*
meta: Add support for glClear() to integer color buffers.
Eric Anholt
2011-11-09
1
-4
/
+109
*
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
*
xlib: implement renderbuffer mapping/unmapping
Brian Paul
2011-11-07
4
-5
/
+167
*
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
[next]