egl: Add debug messages to config validation and matching.
[mesa.git] / src /
2010-02-05 Chia-I Wuegl: Add debug messages to config validation and matching.
2010-02-05 Chia-I Wuegl: Clean up eglconfig.h.
2010-02-05 Chia-I Wuegl: Remove egl_xdri.
2010-02-05 Chia-I Wuegl: Update the comments to typecast macros.
2010-02-05 Chia-I Wuegl_dri2: Use _EGL_DRIVER_STANDARD_TYPECASTS.
2010-02-05 Chia-I Wuegl: Clarify IsLinked and IsBound.
2010-02-05 Chia-I Wuegl_dri2: Do not destroy linked resources.
2010-02-05 Chia-I Wuegl_dri2: Fix a snprintf warning.
2010-02-05 Chia-I Wuegl_dri2: Add a debug print for DRI2 extensions.
2010-02-05 Kristian Høgsbergegl: Implement eglCopyBuffers for DRI2, make pixmap...
2010-02-04 Brian Paulmesa: change ctx->Driver.ProgramStringNotify() to retur...
2010-02-04 Pauli Nieminenr200: Add the polygon stipple state to the state list.
2010-02-04 Pauli Nieminenr200: Add logging for glPolygonStripple.
2010-02-04 Pauli Nieminenradeon: Make debugging automaticaly increase logging...
2010-02-04 Kristian Høgsbergegl: Add driver for EGL on X with DRI2
2010-02-04 José Fonsecatrace: util_stream -> os_stream
2010-02-04 José Fonsecaauxiliary: util_stream -> os_stream
2010-02-04 José Fonsecaos: Ensure header includes are outside extern "C" {}.
2010-02-04 José Fonsecautil: Reimplement u_time on top of os_time.
2010-02-04 José Fonsecagallium: Add a define for deprecated function attribute.
2010-02-04 José Fonsecaos: Time abstractions.
2010-02-04 José Fonsecaos/os_memory_aligned.h: fix memory allocation alignment...
2010-02-04 Brian Pauli965g: include u_inlines.h
2010-02-04 Alex Deucherr600: reduce number of cache flushes
2010-02-04 José Fonsecautil: Disable u_time.c implementation for embedded.
2010-02-04 José Fonsecatrace: Use u_time.
2010-02-04 José Fonsecagallium: Don't try to auto-detect the OS when embedded...
2010-02-04 José Fonsecallvmpipe: Disable unit tests on embedded platforms.
2010-02-04 José Fonsecautil: Add missing include.
2010-02-04 José Fonsecaos: Add missing dummy threading definitions.
2010-02-04 Pauli Nieminenswrast/sse: Fix _mesa_sse_transform_pointsX_3d_no_rot
2010-02-04 José Fonsecascons: Use only the shared object name when linking...
2010-02-04 Vinson Leest/mesa: Remove unnecessary headers.
2010-02-04 Vinson Leesvga: Remove unnecessary header.
2010-02-04 Vinson Leeutil: Remove unnecessary header.
2010-02-04 Chia-I Wuegl: Convert drivers to use typecast macros.
2010-02-04 Chia-I Wuegl: Add macros to define typecast functions.
2010-02-04 Vinson Leeidentity: Remove unnecessary header.
2010-02-04 Vinson Leellvmpipe: Remove unnecessary header.
2010-02-04 Pauli NieminenRevert "mesa: fix transform_points_3d_no_rot using...
2010-02-04 Chia-I Wust/egl: Add missing headers to kms display.
2010-02-04 Vinson Leest/egl: Add missing headers.
2010-02-04 Vinson Leewinsys: Add missing headers.
2010-02-04 Igor Oliveiraegl: fix implicit declaration of pipe_texture_reference...
2010-02-04 Igor Oliveiraegl: fix wrong argument. Use loader_data instead of...
2010-02-04 Dave Airliegallium: fix more missing includes from various places
2010-02-04 Dave Airlienouveau: include stdio.h and u_inlines.h in all context...
2010-02-03 Brian Paulmesa: increase number of texture units to MAX_COMBINED_...
2010-02-03 Brian Paulmesa: re-dimension RasterTexCoords and CoordReplace
2010-02-03 Brian Paulmesa: added texcoord unit assertion
2010-02-03 Brian Paulmesa: use Elements() instead of MAX_TEXTURE_COORD_UNITS
2010-02-03 Brian Paulmesa: added tex unit assert, use Elements() macro
2010-02-03 Brian Paulmesa: check for invalid texture coord unit in glGet...
2010-02-03 Brian Paulmesa: check/clamp texture/program matrix accesses
2010-02-03 Brian Paulmesa: add error check for querying invalid texture...
2010-02-03 Brian Paulmesa: use Elements() as limit in loops over texture...
2010-02-03 Brian Paulmesa: add out of bounds assertions for accessing textur...
2010-02-03 José Fonsecautil: Cast to match the MSVC intrinsics.
2010-02-03 José Fonsecautil: Don't include system headers inside extern "C...
2010-02-03 José FonsecaMerge branch 'gallium-embedded'
2010-02-03 José Fonsecagallium/docs: Document the OS module.
2010-02-03 Brian Paultgsi: added debugging code to catch divide by zero
2010-02-03 Brian Paultgsi: convert CHECK_INF_OR_NAN to inline function
2010-02-03 Francisco Jerezmesa: Factor out the fb initialization details from...
2010-02-03 José Fonsecaos: Also add the aligned memory prototypes to the embed...
2010-02-03 José Fonsecautil: Reimplement all utility functions in terms of...
2010-02-03 José Fonsecaos: New OS abstraction module.
2010-02-03 Keith Whitwellvbo: fix void * arithmetic warning
2010-02-03 Francisco Jerezvbo: Fix up in-place splitting for non-contiguous/index...
2010-02-03 José Fonsecatrace: Include the appropriate header instead of defini...
2010-02-03 Keith Whitwellsvga: fix TXD and TXL opcode translation
2010-02-03 Keith Whitwellsvga: deriv insns not valid in dynamic flow control...
2010-02-03 Keith Whitwellsvga: texture from lod zero inside dynamic branching
2010-02-03 Keith Whitwellsvga: better method for generating white fs color outputs
2010-02-03 Keith Whitwellmesa/st: bump the gallium version number
2010-02-03 Keith Whitwellst/mesa: remove some floating point divides in viewport...
2010-02-03 José Fonsecagallium-docs: Fix typo.
2010-02-03 Dave Airlier300: fix compiler bugs introduced with MRT changes.
2010-02-03 Chia-I Wuegl: Rename _eglPreloadForEach callbacks.
2010-02-03 Chia-I Wuegl: Fix a potential segfault in driver suffix matching.
2010-02-03 Chia-I Wuegl: Remove unnecessary #ifdef's.
2010-02-03 Chia-I Wuegl: Ignore certain environment variables when setuid...
2010-02-03 Chia-I Wuegl: Add EGL_DRIVERS_PATH environment variable.
2010-02-03 Brian Pauldraw: remove old hard-coded shader length limits
2010-02-03 Brian Paultgsi: added tgsi_alloc_tokens()
2010-02-03 Brian Pauldraw: re-implement free_bit() with ffs()
2010-02-03 Brian Pauldraw: comments and var renaming
2010-02-03 Brian Paultgsi: fix comment
2010-02-03 Brian Pauldraw: add const qualifiers, fix return types
2010-02-03 Brian Paulsoftpipe: remove unnecessary #include
2010-02-03 Brian Pauldraw: new, updated comments
2010-02-03 Brian Paulllvmpipe: fix (potentially) broken AA points, AA lines
2010-02-03 Brian Paulsoftpipe: fix broken AA points, AA lines
2010-02-03 Corbin Simpsongallium/docs: Opcode refs.
2010-02-03 Corbin Simpsongallium/docs: TGSI notes on replication to dst, and...
2010-02-03 Corbin Simpsongallium/docs: Start turning notes into docs.
2010-02-03 Corbin Simpsongallium/docs: Add opcode formatting.
2010-02-02 Brian Paulgallium/docs: default Z texture tuple is (z,z,z,1)...
2010-02-02 Brian Paulgallium/docs: s/convensions/conventions/
2010-02-02 Corbin Simpsonr300g: Texture format cleanups, per docs.
next