summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-11-17mesa: set version string to 7.11.1Ian Romanick1-2/+2
2011-11-10glsl: Fix gl_NormalMatrix swizzle setup to match i965's invariants.Eric Anholt1-3/+3
2011-11-10mesa/get: Move MAX_LIGHTS from GL/ES2 to GL/ES1.Kenneth Graunke1-2/+1
2011-11-03intel: don't call unmap pbo if pbo is not mappedYuanhan Liu1-2/+2
2011-11-02r300g: Fix queries on big endian hosts.Michel Dänzer1-1/+2
2011-11-02gallium/util: Add macros for converting from little endian to CPU byte order.Michel Dänzer1-0/+13
2011-11-02r300g: don't call u_trim_pipe_prim in r300_swtcl_draw_vboMarek Olšák1-5/+0
2011-11-02Only use gcc visibility support with gcc4+.Tom Fogal1-1/+1
2011-10-28glx: Don't enable INTEL_swap_event unconditionallyAdam Jackson1-1/+1
2011-10-27i965: Apply post-sync non-zero workaround to homebrew workaround.Kenneth Graunke1-0/+2
2011-10-26r600g: set correct tiling flags in depth infoMarek Olšák2-9/+13
2011-10-25mesa: fix format/type check in unpack_image() for bitmapsBrian Paul1-1/+1
2011-10-25mesa: fix incorrect error code in _mesa_FramebufferTexture1D/3DEXT()Brian Paul1-2/+2
2011-10-25intel: GetBuffer fixBen Widawsky1-1/+6
2011-10-25mesa: Don't error on glFeedbackBuffer(size = 0, buffer = NULL)Eric Anholt1-1/+1
2011-10-25mesa: Advertise GL_OES_compressed_paletted_texture in OpenGL ES1.xIan Romanick1-1/+1
2011-10-25mesa: Remove redundant compressed paletted texture error checksIan Romanick1-29/+5
2011-10-25mesa: Refactor compressed texture error checks to work with paletted texturesIan Romanick1-11/+70
2011-10-25mesa: Add _mesa_cpal_compressed_format_typeIan Romanick2-0/+20
2011-10-25mesa: Refactor expected texture size check in cpal_get_infoIan Romanick2-13/+35
2011-10-25mesa: Add GL_OES_compressed_paletted_texture formats to _mesa_base_tex_formatIan Romanick1-0/+19
2011-10-25mesa: Add GL_OES_compressed_paletted_texture formats to _mesa_is_compressed_f...Ian Romanick1-0/+13
2011-10-25intel: fix GLESv1 supportChia-I Wu3-8/+58
2011-10-25intel: rename intel_extensions_es2.c to intel_extensions_es.cChia-I Wu7-4/+4
2011-10-24apple: Implement applegl_unbind_contextJeremy Huddleston1-0/+18
2011-10-24mesa: handle PBO access error in display list modeYuanhan Liu1-0/+2
2011-10-24mesa: handle the pbo case for save_BitmapYuanhan Liu1-7/+15
2011-10-24mesa: fix inverted pbo test error at _mesa_GetnCompressedTexImageARBYuanhan Liu1-1/+1
2011-10-24mesa: generate error if pbo offset is not aligned with the size of specified ...Yuanhan Liu1-0/+13
2011-10-24i965: setup address rounding enable bitsYuanhan Liu3-0/+25
2011-10-24mesa: add a function to do the image data copy stuff for save_CompressedTex(S...Yuanhan Liu1-75/+27
2011-10-24intel: fix the wrong code to detect null texture.Yuanhan Liu1-1/+1
2011-10-24mesa: fix error handling for glMaterial*Yuanhan Liu1-1/+12
2011-10-24mesa: fix error handling for glMapBufferRangeYuanhan Liu1-0/+11
2011-10-24mesa: generate GL_INVALID_OPERATION in glIsEnabledIndex() between Begin/EndBrian Paul1-0/+1
2011-10-24mesa: fix error handling for glSelectBufferYuanhan Liu1-0/+5
2011-10-24mesa: fix error handling for glPixelZoomYuanhan Liu1-0/+2
2011-10-24mesa: fix error handling for glIsEnabledYuanhan Liu1-0/+2
2011-10-24mesa: fix error handling for glTexEnvYuanhan Liu1-1/+2
2011-10-24mesa: fix error handling for some glGet* functionsYuanhan Liu1-0/+15
2011-10-24mesa: fix error handling for glEvalMesh1/2DYuanhan Liu1-0/+4
2011-10-24mesa: fix error handling for dlist image unpackingBrian Paul1-1/+14
2011-10-24drisw: Remove cargo culting that breaks GLX 1.3 ctorsAdam Jackson1-4/+0
2011-10-21apple: Use the correct (OpenGL.framework) glViewport and glScissor during initJeremy Huddleston5-10/+15
2011-10-21apple: Silence some debug spewJeremy Huddleston1-3/+3
2011-10-21r300g: don't return NULL in resource_from_handle if the resource is too smallMarek Olšák4-32/+24
2011-10-20pb_bufmgr_cache: flush cache when create_buffer fails and try againMarek Olšák1-0/+7
2011-10-18meta: Fix saving the active programNeil Roberts1-1/+1
2011-10-17i965: fix the constant interp bitmask for flat modeYuanhan Liu2-12/+26
2011-10-17nouveau: fix fence hangMarcin Slusarz5-14/+28