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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Fix indentation of index buffer rebase code.
Eric Anholt
2013-02-11
1
-9
/
+9
*
mesa: fix GetTexImage if mesa format and internal format don't match
Marek Olšák
2013-02-11
2
-0
/
+71
*
mesa: don't use memcpy fast path for GetTexImage if base format is different
Marek Olšák
2013-02-11
1
-4
/
+6
*
mesa: don't use _mesa_base_tex_format for format parameter of GetTexImage
Marek Olšák
2013-02-11
1
-1
/
+36
*
mesa: adjust usage of swapBytes/littleEndian in format_matches_format_and_type
Marek Olšák
2013-02-11
1
-25
/
+17
*
mesa: remove per-format memcpy codepaths from texstore functions
Marek Olšák
2013-02-11
1
-590
/
+64
*
mesa: implement common texstore memcpy function for all formats
Marek Olšák
2013-02-11
1
-0
/
+60
*
mesa: fill in Z32_FLOAT_X24S8 in _mesa_format_matches_format_and_type
Marek Olšák
2013-02-11
1
-1
/
+2
*
mesa: fill in signed cases and RGBA16 in _mesa_format_matches_format_and_type
Marek Olšák
2013-02-11
1
-4
/
+26
*
mesa: fill in INT/UINT format cases in _mesa_format_matches_format_and_type
Marek Olšák
2013-02-11
1
-6
/
+61
*
mesa: fill in YCBCR cases in _mesa_format_matches_format_and_type
Marek Olšák
2013-02-11
1
-1
/
+6
*
mesa: fill in SRGB cases in _mesa_format_matches_format_and_type
Marek Olšák
2013-02-11
1
-5
/
+5
*
llvmpipe: fix vertex_header mask store in big-endian
Adhemerval Zanella
2013-02-11
1
-0
/
+48
*
llvmpipe: remove lp_swizzled_cbuf
Adhemerval Zanella
2013-02-11
3
-16
/
+0
*
intel: Do not expose OES_compressed_ETC1_RGB8_texture or ARB_texture_rgb10_a2...
Ian Romanick
2013-02-08
1
-2
/
+2
*
softpipe: clean up lod computation
Roland Scheidegger
2013-02-08
4
-124
/
+143
*
softpipe: try to beat new dx10-style sample opcodes into shape
Roland Scheidegger
2013-02-08
1
-67
/
+89
*
gallivm: fix up size queries for dx10 sviewinfo opcode
Roland Scheidegger
2013-02-08
8
-75
/
+67
*
gallivm: hook up dx10 sampling opcodes
Roland Scheidegger
2013-02-08
3
-6
/
+419
*
intel: Ensure variable intel is used in i915 builds.
Vinson Lee
2013-02-08
1
-1
/
+1
*
glsl: Ensure glsl_type constructors initialize gl_type.
Vinson Lee
2013-02-08
1
-0
/
+2
*
winsys/radeon: improve debuging printing
Jerome Glisse
2013-02-08
1
-1
/
+2
*
softpipe: get rid of tgsi_sampler_control param in img_filter
Roland Scheidegger
2013-02-08
2
-40
/
+37
*
softpipe: fix using optimized filter function
Roland Scheidegger
2013-02-08
1
-0
/
+1
*
gallivm: fix typo in lp_build_mul_norm
Roland Scheidegger
2013-02-08
1
-1
/
+1
*
llvmpipe: first steps of adding dual source blend support
Roland Scheidegger
2013-02-08
4
-27
/
+57
*
llvmpipe: refactoring of visibility counter handling
Roland Scheidegger
2013-02-08
5
-20
/
+56
*
xorg: fix exa finish access
Jerome Glisse
2013-02-08
1
-1
/
+1
*
egl-wayland: Make sure we allocate a back buffer even if nothing was rendered
Kristian Høgsberg
2013-02-08
1
-0
/
+8
*
Consolidate some redundant definitions of ARRAY_SIZE() macro.
Paul Berry
2013-02-08
7
-10
/
+7
*
intel/pre-gen6: Disable EXT_framebuffer_multisample.
Paul Berry
2013-02-08
3
-12
/
+2
*
glsl: Initialize all tfeedback_candidate_generator member variables.
Vinson Lee
2013-02-07
1
-1
/
+3
*
nv30: Fix memory leak.
Vinson Lee
2013-02-07
1
-0
/
+1
*
glsl: Change loop_analysis to not look like a resource leak
Ian Romanick
2013-02-07
2
-8
/
+7
*
mesa: Don't check (offset + size <= bufObj->Size) in BindBufferRange.
Paul Berry
2013-02-07
1
-7
/
+0
*
i965: Set UniformBufferOffsetAlignment to sizeof(vec4)
Ian Romanick
2013-02-07
1
-0
/
+1
*
mesa: Allow glGet* queries of MAX_VARYING_COMPONENTS in ES 3
Matt Turner
2013-02-07
1
-3
/
+1
*
gbm: Remember to init format on gbm_dri_bo_create.
Daniel van Vugt
2013-02-07
1
-0
/
+2
*
glx: Centralize the code for context flushing.
Eric Anholt
2013-02-07
1
-45
/
+37
*
glx: Add a little comment about what dri2FlushFrontBuffer() does.
Eric Anholt
2013-02-07
1
-0
/
+4
*
radeonsi: Handle scaled and integer formats for samplers and vertex elements.
Michel Dänzer
2013-02-07
1
-17
/
+46
*
radeonsi: Don't advertise PIPE_FORMAT_L8A8_SRGB support.
Michel Dänzer
2013-02-07
1
-2
/
+2
*
radeonsi: Remove incorrect (and dead) assignment in tex_fetch_args().
Michel Dänzer
2013-02-07
1
-2
/
+0
*
radeonsi: Use unique names for referring to texture sampling intrinsics.
Michel Dänzer
2013-02-07
1
-3
/
+18
*
r300g: put textures with usage=staging in GTT and make them linear
Marek Olšák
2013-02-07
2
-1
/
+6
*
r600g: fix slice tile max for compressed texture and async dma
Jerome Glisse
2013-02-07
2
-4
/
+8
*
radeonsi: use new RGBX formats
Marek Olšák
2013-02-07
1
-0
/
+26
*
r300g: fix blending and alpha-test with RGBX16F and enable MSAA for it
Marek Olšák
2013-02-07
6
-14
/
+45
*
r300g: use new RGBX formats
Marek Olšák
2013-02-07
2
-3
/
+22
*
r600g: use new RGBX formats
Marek Olšák
2013-02-07
2
-0
/
+52
[next]