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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: new VS: use the VUE map to write out vertex attributes.
Paul Berry
2011-09-06
2
-113
/
+55
*
i965: new VS: move clip distance computation (GEN5+) to a separate function.
Paul Berry
2011-09-06
2
-13
/
+23
*
i965: new VS: Move PSIZ/flags computation to a separate function.
Paul Berry
2011-09-06
2
-17
/
+23
*
i965: new VS: move NDC computation (GEN4-5) to a separate function.
Paul Berry
2011-09-06
2
-2
/
+9
*
i965: new VS: Use output_reg[] to find NDC and HPOS registers.
Paul Berry
2011-09-06
2
-8
/
+14
*
i965: old VS: use the VUE map to compute the URB entry size.
Paul Berry
2011-09-06
2
-25
/
+7
*
i965: old VS: Use brw_vue_map instead of implicit assumptions about VUE struc...
Paul Berry
2011-09-06
2
-111
/
+71
*
i965: Add functions to compute offsets within the VUE map.
Paul Berry
2011-09-06
1
-0
/
+18
*
i965: Write code to compute a VUE map.
Paul Berry
2011-09-06
2
-0
/
+168
*
Refactor code that converts between gl_vert_result and gl_frag_attrib.
Paul Berry
2011-09-06
5
-41
/
+52
*
docs: more info about non-subscriber list postings
Brian Paul
2011-09-06
1
-4
/
+7
*
docs: update link, remove dead links
Brian Paul
2011-09-06
5
-17
/
+4
*
scons: Set -static-libstdc++ on mingw-w64
José Fonseca
2011-09-06
1
-0
/
+2
*
scons: Move MinGW flags from crossmingw.py to gallium.py
José Fonseca
2011-09-06
2
-8
/
+8
*
r600g: add TXQ and TXF support
Dave Airlie
2011-09-06
2
-7
/
+21
*
r600g: add initial evergreen integer opcode support
Dave Airlie
2011-09-06
2
-29
/
+162
*
docs: update gl3.txt for ARB_vertex_type_2_10_10_10_rev
Dave Airlie
2011-09-06
1
-1
/
+1
*
mesa/st: add support for 2101010 vertex format conversion.
Dave Airlie
2011-09-06
2
-1
/
+61
*
mesa/varray: add interface support for ARB_vertex_type_2_10_10_10_rev (v2)
Dave Airlie
2011-09-06
1
-7
/
+38
*
mesa/vbo: add ARB_vertex_type_2_10_10_10_rev APIs.
Dave Airlie
2011-09-06
3
-2
/
+490
*
mesa: add initial API changes for ARB_vertex_type_2_10_10_10_rev.
Dave Airlie
2011-09-06
2
-0
/
+111
*
glapi: regen API files for new extension
Dave Airlie
2011-09-06
11
-9551
/
+12893
*
glapi: add ARB_vertex_type_2_10_10_10_rev entrypoints. (v2)
Dave Airlie
2011-09-06
3
-0
/
+229
*
mesa: add a UniformBooleanTrue option
Bryan Cain
2011-09-05
4
-2
/
+14
*
r600g: add 10/10/10/2 vertex format conversion.
Dave Airlie
2011-09-05
1
-0
/
+6
*
gallium: add missing formats for ARB_vertex_type_2_10_10_10_rev
Dave Airlie
2011-09-05
2
-1
/
+15
*
gallivm: fix build with LLVM 3.0svn
Tobias Droste
2011-09-05
1
-4
/
+10
*
glsl_to_tgsi: fixes for native integers and integer booleans
Bryan Cain
2011-09-04
1
-52
/
+118
*
xvmc: Replace frame_started by picture_structure
Maarten Lankhorst
2011-09-04
2
-10
/
+16
*
intel: fix build error
Yuanhan Liu
2011-09-03
1
-1
/
+1
*
mesa: handle zero-size buffers in MapBuffer and ranges in MapBufferRange (v3)
Marek Olšák
2011-09-02
2
-25
/
+31
*
glsl_to_tgsi: fix more potential shader reference leaks
Marek Olšák
2011-09-02
1
-0
/
+10
*
intel: Give an explanation why we are exiting for debugging.
Eugeni Dodonov
2011-09-02
1
-0
/
+1
*
i965/vs: Fix NULL pointer dereference in pre-Gen6 push constant loading.
Kenneth Graunke
2011-09-02
1
-2
/
+2
*
intel: Upload batchbuffer contents even if INTEL_NO_HW is set.
Eric Anholt
2011-09-02
1
-8
/
+8
*
gallium: add caps for MIN/MAX texel offsets.
Dave Airlie
2011-09-02
4
-1
/
+16
*
tgsi: add support for texture offsets to the TGSI IR. (v2)
Dave Airlie
2011-09-02
13
-20
/
+219
*
st/vdpau: Implement VdpOutputSurfacePutBitsIndexed and VdpOutputSurfaceRender...
Christian König
2011-09-01
4
-19
/
+307
*
st/xvmc: the alpha component of palette entries isn't used
Christian König
2011-09-01
1
-1
/
+1
*
g3dvl: extend the functionality of the compositor
Christian König
2011-09-01
5
-33
/
+81
*
gallium: add R8A8 and A8R8 UNORM formats
Christian König
2011-09-01
2
-0
/
+4
*
st/xvmc: remove L4A4_UNORM workaround
Christian König
2011-09-01
1
-33
/
+5
*
r600g: add support for R4A4 and A4R4 textures.
Christian König
2011-09-01
2
-0
/
+8
*
gallium: try to cleanup a bit of the format mess created with pipe-video merge
Christian König
2011-09-01
4
-82
/
+7
*
wayland: Use wl_resource_* error functions
Kristian Høgsberg
2011-09-01
1
-10
/
+10
*
egl_dri2: Destroy callback in release_pending_buffer
Benjamin Franzke
2011-09-01
1
-0
/
+2
*
wayland-drm: Fix compilation with wayland master
Benjamin Franzke
2011-09-01
1
-9
/
+9
*
swrast: get rid of needless do/while
Brian Paul
2011-08-31
1
-2
/
+2
*
mesa: fix broken store_texel() functions
Brian Paul
2011-08-31
2
-39
/
+64
*
intel: fix GLESv1 support
Chia-I Wu
2011-09-01
3
-8
/
+58
[next]